summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/kurlcombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile/kurlcombobox.cpp')
-rw-r--r--tdeio/tdefile/kurlcombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/kurlcombobox.cpp b/tdeio/tdefile/kurlcombobox.cpp
index 66fe8efb8..f19dbe961 100644
--- a/tdeio/tdefile/kurlcombobox.cpp
+++ b/tdeio/tdefile/kurlcombobox.cpp
@@ -74,7 +74,7 @@ void KURLComboBox::init( Mode mode )
opendirPix = SmallIcon(TQString::fromLatin1("folder_open"));
- connect( this, TQT_SIGNAL( activated( int )), TQT_SLOT( slotActivated( int )));
+ connect( this, TQ_SIGNAL( activated( int )), TQ_SLOT( slotActivated( int )));
}