summaryrefslogtreecommitdiffstats
path: root/lilo-config/kde-qt-common
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:05:47 -0600
commit2976f05958ecafaa1cfe53d277e6af31844ac93d (patch)
tree0853b206cd3e3e47014817f608629e8b30d56644 /lilo-config/kde-qt-common
parentac85c14633b8cb843e32a36191d87b3b22490c15 (diff)
downloadtdeadmin-2976f05958ecafaa1cfe53d277e6af31844ac93d.tar.gz
tdeadmin-2976f05958ecafaa1cfe53d277e6af31844ac93d.zip
Remove spurious TQ_OBJECT instances
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();