summaryrefslogtreecommitdiffstats
path: root/kbabel/commonui/projectpref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/commonui/projectpref.cpp')
-rw-r--r--kbabel/commonui/projectpref.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/kbabel/commonui/projectpref.cpp b/kbabel/commonui/projectpref.cpp
index 1f53f2f1..7d940acb 100644
--- a/kbabel/commonui/projectpref.cpp
+++ b/kbabel/commonui/projectpref.cpp
@@ -82,15 +82,15 @@ ProjectDialog::ProjectDialog(Project::Ptr project)
addPage(_spellPage, i18n("title of page in preferences dialog","Spelling")
, "tools-check-spelling"
, i18n("Options for Spell Checking"));
- connect( _spellPage, TQT_SIGNAL( settingsChanged() )
- , this, TQT_SLOT(updateButtons()) );
+ connect( _spellPage, TQ_SIGNAL( settingsChanged() )
+ , this, TQ_SLOT(updateButtons()) );
_sourcePage = new SourceContextPreferences(0);
addPage(_sourcePage, i18n("title of page in preferences dialog","Source")
, "text-x-src"
,i18n("Options for Showing Source Context"));
- connect(_sourcePage, TQT_SIGNAL (itemsChanged())
- , this, TQT_SLOT (updateButtons()) );
+ connect(_sourcePage, TQ_SIGNAL (itemsChanged())
+ , this, TQ_SLOT (updateButtons()) );
_miscPage = new MiscPreferences(0);
addPage(_miscPage, i18n("title of page in preferences dialog","Miscellaneous")
@@ -106,15 +106,15 @@ ProjectDialog::ProjectDialog(Project::Ptr project)
addPage(_dirCommandsPage, i18n("title of page in preferences dialog","Folder Commands")
, "folder"
, i18n("User-Defined Commands for Folder Items"));
- connect( _dirCommandsPage, TQT_SIGNAL( settingsChanged() ),
- this, TQT_SLOT(updateButtons()) );
+ connect( _dirCommandsPage, TQ_SIGNAL( settingsChanged() ),
+ this, TQ_SLOT(updateButtons()) );
_fileCommandsPage = new FileCommandsPreferences(0);
addPage(_fileCommandsPage, i18n("title of page in preferences dialog","File Commands")
, "files"
, i18n("User-Defined Commands for File Items"));
- connect( _fileCommandsPage, TQT_SIGNAL( settingsChanged() ),
- this, TQT_SLOT(updateButtons()) );
+ connect( _fileCommandsPage, TQ_SIGNAL( settingsChanged() ),
+ this, TQ_SLOT(updateButtons()) );
_viewPage = new ViewPreferences(0);
addPage(_viewPage, i18n("title of page in preferences dialog","Catalog Manager")