summaryrefslogtreecommitdiffstats
path: root/lilo-config/kde-qt-common
diff options
context:
space:
mode:
Diffstat (limited to 'lilo-config/kde-qt-common')
-rw-r--r--lilo-config/kde-qt-common/EditWidget.h2
-rw-r--r--lilo-config/kde-qt-common/expert.h2
-rw-r--r--lilo-config/kde-qt-common/general.h2
-rw-r--r--lilo-config/kde-qt-common/images.h2
-rw-r--r--lilo-config/kde-qt-common/mainwidget.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/lilo-config/kde-qt-common/EditWidget.h b/lilo-config/kde-qt-common/EditWidget.h
index 89b037c..411c907 100644
--- a/lilo-config/kde-qt-common/EditWidget.h
+++ b/lilo-config/kde-qt-common/EditWidget.h
@@ -35,7 +35,7 @@
class EditWidget:public TQHBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
EditWidget(TQString const label="", TQString const text="", bool isFile=false, TQWidget *parent=0, const char *name=0, WFlags f=0, bool allowLines=true);
void setLabel(TQString const &label) { lbl->setText(label); };
diff --git a/lilo-config/kde-qt-common/expert.h b/lilo-config/kde-qt-common/expert.h
index 43c5b01..7bf82c0 100644
--- a/lilo-config/kde-qt-common/expert.h
+++ b/lilo-config/kde-qt-common/expert.h
@@ -35,7 +35,7 @@
class Expert:public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
Expert(liloconf *l=0, TQWidget *parent=0, const char *name=0);
~Expert();
diff --git a/lilo-config/kde-qt-common/general.h b/lilo-config/kde-qt-common/general.h
index 074adda..5360177 100644
--- a/lilo-config/kde-qt-common/general.h
+++ b/lilo-config/kde-qt-common/general.h
@@ -36,7 +36,7 @@
class General:public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
General(liloconf *l=0, TQWidget *parent=0, const char *name=0);
void makeReadOnly();
diff --git a/lilo-config/kde-qt-common/images.h b/lilo-config/kde-qt-common/images.h
index ca52d7b..9c01cad 100644
--- a/lilo-config/kde-qt-common/images.h
+++ b/lilo-config/kde-qt-common/images.h
@@ -39,7 +39,7 @@
class Images:public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
Images(liloconf *l=0, TQWidget *parent=0, const char *name=0);
~Images();
diff --git a/lilo-config/kde-qt-common/mainwidget.h b/lilo-config/kde-qt-common/mainwidget.h
index 1eb022b..4331ffd 100644
--- a/lilo-config/kde-qt-common/mainwidget.h
+++ b/lilo-config/kde-qt-common/mainwidget.h
@@ -38,7 +38,7 @@
class MainWidget: public TQTabWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
MainWidget(TQWidget *parent, const char *name=0);
void arrangeWidgets();