diff options
Diffstat (limited to 'src/kvpncimportprofileselectiondialog.cpp')
-rw-r--r-- | src/kvpncimportprofileselectiondialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvpncimportprofileselectiondialog.cpp b/src/kvpncimportprofileselectiondialog.cpp index 46445b0..5fbfa4d 100644 --- a/src/kvpncimportprofileselectiondialog.cpp +++ b/src/kvpncimportprofileselectiondialog.cpp @@ -25,7 +25,7 @@ KvpncImportProfileSelectionDialog::KvpncImportProfileSelectionDialog() { allSelected = false; - connect (ToggleAllPushButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(importAllToggled())); + connect (ToggleAllPushButton, TQ_SIGNAL(clicked()), this, TQ_SLOT(importAllToggled())); } |