diff options
Diffstat (limited to 'src/kcmkommando.cpp')
-rw-r--r-- | src/kcmkommando.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kcmkommando.cpp b/src/kcmkommando.cpp index 4bd597f..88f1308 100644 --- a/src/kcmkommando.cpp +++ b/src/kcmkommando.cpp @@ -50,7 +50,7 @@ KCMKommando::KCMKommando(TQWidget *parent, const char *name, const TQStringList& TQVBoxLayout* layout = new TQVBoxLayout( this ); layout->setAutoAdd( true ); configDialog = new ConfigDialogImpl(this); - connect(configDialog, SIGNAL(changed(bool)), this, SLOT(configChanged(bool))); + connect(configDialog, TQ_SIGNAL(changed(bool)), this, TQ_SLOT(configChanged(bool))); load(); }; |