diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:57:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:57:54 -0600 |
commit | 895d76e0de9e13d6014992f49e51c7928b59ca77 (patch) | |
tree | 4d02c27abda6089d2022c0a5d62cee5c0d079843 /kdict/applet/kdictapplet.cpp | |
parent | 84673b354321cc022a8d8ec46dba6aa1dd6f95ef (diff) | |
download | tdenetwork-895d76e0de9e13d6014992f49e51c7928b59ca77.tar.gz tdenetwork-895d76e0de9e13d6014992f49e51c7928b59ca77.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kdict/applet/kdictapplet.cpp')
-rw-r--r-- | kdict/applet/kdictapplet.cpp | 2 |
1 files changed, 1 insertions, 1 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); |