diff options
Diffstat (limited to 'kdict')
-rw-r--r-- | kdict/applet/kdictapplet.cpp | 2 | ||||
-rw-r--r-- | kdict/applet/kdictapplet.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kdict/applet/kdictapplet.cpp b/kdict/applet/kdictapplet.cpp index 681603b4..011d77ac 100644 --- a/kdict/applet/kdictapplet.cpp +++ b/kdict/applet/kdictapplet.cpp @@ -133,7 +133,7 @@ DictApplet::DictApplet(const TQString& configFile, Type type, int actions, TQWid baseLay->addWidget(matchBtn,0,5); TQToolTip::add(matchBtn,i18n("Find matching definitions")); - completionObject = new KCompletion(); + completionObject = new TDECompletion(); internalCombo = new KHistoryCombo(baseWidget); internalCombo->setBackgroundOrigin(AncestorOrigin); diff --git a/kdict/applet/kdictapplet.h b/kdict/applet/kdictapplet.h index d1127e15..8e56e48e 100644 --- a/kdict/applet/kdictapplet.h +++ b/kdict/applet/kdictapplet.h @@ -88,7 +88,7 @@ protected slots: private: KHistoryCombo *internalCombo, *externalCombo; - KCompletion *completionObject; + TDECompletion *completionObject; TQLabel *textLabel, *iconLabel; TQPushButton *verticalBtn, *clipboardBtn, *defineBtn, *matchBtn; TQWidget *baseWidget; |