summaryrefslogtreecommitdiffstats
path: root/src/kile/kileabbrevview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/kileabbrevview.h')
-rw-r--r--src/kile/kileabbrevview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/kileabbrevview.h b/src/kile/kileabbrevview.h
index 7490a58..b044c55 100644
--- a/src/kile/kileabbrevview.h
+++ b/src/kile/kileabbrevview.h
@@ -30,7 +30,7 @@
class KileAbbrevView : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum { ALVabbrev=0, ALVlocal=1, ALVexpansion=2 };
@@ -69,7 +69,7 @@ private:
class KileAbbrevInputDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KileAbbrevInputDialog(KileAbbrevView *listview, KListViewItem *item, int mode, const char *name=0);