From 4ae0c208b66e0f7954e194384464fe2d0a2c56dd Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:51:49 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1157652 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kbabel/kbabel/kbabelpref.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kbabel/kbabel/kbabelpref.cpp') diff --git a/kbabel/kbabel/kbabelpref.cpp b/kbabel/kbabel/kbabelpref.cpp index 2907f060..2592385e 100644 --- a/kbabel/kbabel/kbabelpref.cpp +++ b/kbabel/kbabel/kbabelpref.cpp @@ -42,14 +42,14 @@ #include "colorpreferences.h" #include "toolaction.h" #include "toolselectionwidget.h" -#include "qcombobox.h" +#include "tqcombobox.h" #include #include using namespace KBabel; -KBabelPreferences::KBabelPreferences(QPtrList ml) +KBabelPreferences::KBabelPreferences(TQPtrList ml) : KConfigDialog(0, "Preferences", KBabelSettings::self()) { _editorPage = new EditorPreferences(0, "editor"); @@ -59,12 +59,12 @@ KBabelPreferences::KBabelPreferences(QPtrList ml) , i18n("Options for Editing")); // this contains a custom widget for tool selection, set it up - QValueList tools = ToolAction::validationTools(); + TQValueList tools = ToolAction::validationTools(); _editorPage->_kcfg_AutoCheckTools->loadTools( "validate", tools ); - connect( _editorPage->_kcfg_AutoCheckTools, SIGNAL( added( QListBoxItem * ) ), - this, SLOT (updateButtons())); - connect( _editorPage->_kcfg_AutoCheckTools, SIGNAL( removed( QListBoxItem * ) ), - this, SLOT (updateButtons())); + connect( _editorPage->_kcfg_AutoCheckTools, TQT_SIGNAL( added( TQListBoxItem * ) ), + this, TQT_SLOT (updateButtons())); + connect( _editorPage->_kcfg_AutoCheckTools, TQT_SIGNAL( removed( TQListBoxItem * ) ), + this, TQT_SLOT (updateButtons())); addPage(_searchPage = new SearchPreferences(0, "search") , i18n("title of page in preferences dialog","Search") @@ -78,8 +78,8 @@ KBabelPreferences::KBabelPreferences(QPtrList ml) _searchPage->_kcfg_DefaultModule->insertItem(info->name); } moduleList = ml; - connect( _searchPage->_kcfg_DefaultModule, SIGNAL( activated(int) ), - this, SLOT (updateButtons())); + connect( _searchPage->_kcfg_DefaultModule, TQT_SIGNAL( activated(int) ), + this, TQT_SLOT (updateButtons())); addPage(new EditorDiffPreferences(0, "diff") ,i18n("title of page in preferences dialog","Diff") -- cgit v1.2.1