summaryrefslogtreecommitdiffstats
path: root/src/fieldlineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fieldlineedit.h')
-rw-r--r--src/fieldlineedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fieldlineedit.h b/src/fieldlineedit.h
index ebff73f..0d6dd6f 100644
--- a/src/fieldlineedit.h
+++ b/src/fieldlineedit.h
@@ -28,7 +28,7 @@
class KLineEdit;
class TQTextEdit;
class TQPushButton;
-class KCompletion;
+class TDECompletion;
namespace KBibTeX
{
@@ -95,7 +95,7 @@ namespace KBibTeX
InputType m_inputType;
bool m_isModified;
BibTeX::EntryField::FieldType m_fieldType;
- KCompletion *m_completion;
+ TDECompletion *m_completion;
void setupGUI( const char *name );
void enableSignals( bool enabled );