summaryrefslogtreecommitdiffstats
path: root/src/sources/source.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sources/source.cpp')
-rw-r--r--src/sources/source.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/source.cpp b/src/sources/source.cpp
index 5c4e52a..d9a646c 100644
--- a/src/sources/source.cpp
+++ b/src/sources/source.cpp
@@ -101,7 +101,7 @@ TQWidget* Source::createPrefs(TQWidget* inParent){
mSourcePrefs = new SourcePrefs(inParent, "sourceprefsui");
// disable nameCheckBox if taskbarCheckBox is disabled
- connect(mSourcePrefs->taskbarCheckBox, TQT_SIGNAL(toggled(bool)), mSourcePrefs->nameCheckBox, TQT_SLOT(setEnabled(bool)));
+ connect(mSourcePrefs->taskbarCheckBox, TQ_SIGNAL(toggled(bool)), mSourcePrefs->nameCheckBox, TQ_SLOT(setEnabled(bool)));
// add prefs widgets from sub classes
createSubPrefs(mSourcePrefs);