diff options
Diffstat (limited to 'src/preferencesdialog.cpp')
-rw-r--r-- | src/preferencesdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preferencesdialog.cpp b/src/preferencesdialog.cpp index 8c2f514..53fb08a 100644 --- a/src/preferencesdialog.cpp +++ b/src/preferencesdialog.cpp @@ -963,7 +963,7 @@ void PreferencesDialog::setupGui() lo->addWidget( GeneralOptionsWidget ); connect(GeneralOptionsWidget->useTDEwalletCheckBox, TQT_SIGNAL(toggled(bool)),this, TQT_SLOT(useTDEwalletToggled(bool))); - // const TQObjectList *GeneralOptionsWidgetList = GeneralOptionsWidget->queryList( TQCHECKBOX_OBJECT_NAME_STRING ); + // const TQObjectList *GeneralOptionsWidgetList = GeneralOptionsWidget->queryList( "TQCheckBox" ); // TQObjectListIt it( *GeneralOptionsWidgetList ); // // for ( TQObject *child = it.current(); it; ++it) @@ -6831,7 +6831,7 @@ void PreferencesDialog::showEvent(TQShowEvent* e) { KDialogBase::showEvent(e); - TQSplitter* splitter = ((TQSplitter*)child(0, TQSPLITTER_OBJECT_NAME_STRING, true)); + TQSplitter* splitter = ((TQSplitter*)child(0, "TQSplitter", true)); TDEListView* listView = ((TDEListView*)child(0, "TDEListView", true)); if (splitter && listView) |