summaryrefslogtreecommitdiffstats
path: root/src/fieldlineedit.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2013-06-29 16:33:55 +0200
committerSlávek Banko <[email protected]>2013-07-04 03:57:45 +0200
commitf2d4b48ad7f6ce4f23c6cbba3e85c67486f922db (patch)
tree0414ba9f0823b98d2a159c11513ddcda84b932cc /src/fieldlineedit.h
parent5f5e7c5455d52826b0bd50f64fcffb7695ce970d (diff)
downloadkbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.tar.gz
kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.zip
Initial TDE conversion
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 );