summaryrefslogtreecommitdiffstats
path: root/kbabel
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:58:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:58:31 -0600
commit51779cd3cb63a6b0267ab77131e5fa9d697cb723 (patch)
treefe348cce24506aa6ef077ab38d5e518aaac4c6d7 /kbabel
parentd8f44d1f46ecc198afc8accd5c32446cead1be1d (diff)
downloadtdesdk-51779cd3cb63a6b0267ab77131e5fa9d697cb723.tar.gz
tdesdk-51779cd3cb63a6b0267ab77131e5fa9d697cb723.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kbabel')
-rw-r--r--kbabel/catalogmanager/markpatterndialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/catalogmanager/markpatterndialog.h b/kbabel/catalogmanager/markpatterndialog.h
index 8646988e..84c9d2f1 100644
--- a/kbabel/catalogmanager/markpatterndialog.h
+++ b/kbabel/catalogmanager/markpatterndialog.h
@@ -36,7 +36,7 @@
#include <kdialogbase.h>
-class KCompletion;
+class TDECompletion;
class MarkPatternWidget;
@@ -70,7 +70,7 @@ class MarkPatternDialog : public KDialogBase
TQStringList patternList;
- KCompletion * comboCompletion;
+ TDECompletion * comboCompletion;
};
#endif // MARKPATTERNDIALOG_H