summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:02:03 -0600
commit943520ceea323f04d9ad099b2e7f4d24e4cc8f00 (patch)
tree2a8f5e3a711d1852e1c0d81895dd628db0608fc9 /src/gui
parentf3c15a2d43260ba94d8fd8614156deb3e78668a1 (diff)
downloadtellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.tar.gz
tellico-943520ceea323f04d9ad099b2e7f4d24e4cc8f00.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/boolfieldwidget.h2
-rw-r--r--src/gui/choicefieldwidget.h2
-rw-r--r--src/gui/datefieldwidget.h2
-rw-r--r--src/gui/datewidget.h4
-rw-r--r--src/gui/fieldwidget.h2
-rw-r--r--src/gui/imagefieldwidget.h2
-rw-r--r--src/gui/imagewidget.h2
-rw-r--r--src/gui/kwidgetlister.h2
-rw-r--r--src/gui/lineedit.h2
-rw-r--r--src/gui/linefieldwidget.h2
-rw-r--r--src/gui/listview.h2
-rw-r--r--src/gui/numberfieldwidget.h2
-rw-r--r--src/gui/overlaywidget.h2
-rw-r--r--src/gui/parafieldwidget.h2
-rw-r--r--src/gui/previewdialog.h2
-rw-r--r--src/gui/progress.h2
-rw-r--r--src/gui/ratingfieldwidget.h2
-rw-r--r--src/gui/ratingwidget.h2
-rw-r--r--src/gui/richtextlabel.h2
-rw-r--r--src/gui/stringmapdialog.h2
-rw-r--r--src/gui/tabcontrol.h2
-rw-r--r--src/gui/tablefieldwidget.h2
-rw-r--r--src/gui/urlfieldwidget.h2
23 files changed, 24 insertions, 24 deletions
diff --git a/src/gui/boolfieldwidget.h b/src/gui/boolfieldwidget.h
index 9507bad..ce4be6d 100644
--- a/src/gui/boolfieldwidget.h
+++ b/src/gui/boolfieldwidget.h
@@ -28,7 +28,7 @@ namespace Tellico {
*/
class BoolFieldWidget : public FieldWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
BoolFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
diff --git a/src/gui/choicefieldwidget.h b/src/gui/choicefieldwidget.h
index 0bcaf48..b06b2ed 100644
--- a/src/gui/choicefieldwidget.h
+++ b/src/gui/choicefieldwidget.h
@@ -27,7 +27,7 @@ namespace Tellico {
*/
class ChoiceFieldWidget : public FieldWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
ChoiceFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
diff --git a/src/gui/datefieldwidget.h b/src/gui/datefieldwidget.h
index 0730d11..fec5884 100644
--- a/src/gui/datefieldwidget.h
+++ b/src/gui/datefieldwidget.h
@@ -28,7 +28,7 @@ namespace Tellico {
*/
class DateFieldWidget : public FieldWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
DateFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
diff --git a/src/gui/datewidget.h b/src/gui/datewidget.h
index 7a1a599..56b87e7 100644
--- a/src/gui/datewidget.h
+++ b/src/gui/datewidget.h
@@ -29,7 +29,7 @@ namespace Tellico {
class SpinBox : public TQSpinBox {
Q_OBJECT
- TQ_OBJECT
+
public:
SpinBox(int min, int max, TQWidget *parent);
@@ -40,7 +40,7 @@ public:
*/
class DateWidget : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
DateWidget(TQWidget* parent, const char* name = 0);
diff --git a/src/gui/fieldwidget.h b/src/gui/fieldwidget.h
index 4c70658..b67e1f0 100644
--- a/src/gui/fieldwidget.h
+++ b/src/gui/fieldwidget.h
@@ -37,7 +37,7 @@ namespace Tellico {
*/
class FieldWidget : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
FieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
diff --git a/src/gui/imagefieldwidget.h b/src/gui/imagefieldwidget.h
index bef6816..c6b4656 100644
--- a/src/gui/imagefieldwidget.h
+++ b/src/gui/imagefieldwidget.h
@@ -28,7 +28,7 @@ namespace Tellico {
*/
class ImageFieldWidget : public FieldWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
ImageFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
diff --git a/src/gui/imagewidget.h b/src/gui/imagewidget.h
index a30ec9e..8cf7313 100644
--- a/src/gui/imagewidget.h
+++ b/src/gui/imagewidget.h
@@ -34,7 +34,7 @@ namespace Tellico {
*/
class ImageWidget : public TQWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
ImageWidget(TQWidget* parent, const char* name = 0);
diff --git a/src/gui/kwidgetlister.h b/src/gui/kwidgetlister.h
index 262500c..f723a9f 100644
--- a/src/gui/kwidgetlister.h
+++ b/src/gui/kwidgetlister.h
@@ -62,7 +62,7 @@ class TQHBox;
class KWidgetLister : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KWidgetLister( int minWidgets=1, int maxWidgets=8, TQWidget* parent=0, const char* name=0 );
virtual ~KWidgetLister();
diff --git a/src/gui/lineedit.h b/src/gui/lineedit.h
index 5f86d84..a39d8a8 100644
--- a/src/gui/lineedit.h
+++ b/src/gui/lineedit.h
@@ -29,7 +29,7 @@ namespace Tellico {
*/
class LineEdit : public KLineEdit {
Q_OBJECT
- TQ_OBJECT
+
public:
LineEdit(TQWidget* parent = 0, const char* name = 0);
diff --git a/src/gui/linefieldwidget.h b/src/gui/linefieldwidget.h
index 0e965e1..082e54b 100644
--- a/src/gui/linefieldwidget.h
+++ b/src/gui/linefieldwidget.h
@@ -26,7 +26,7 @@ namespace Tellico {
*/
class LineFieldWidget : public FieldWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
LineFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
diff --git a/src/gui/listview.h b/src/gui/listview.h
index d54eab6..47d3e8e 100644
--- a/src/gui/listview.h
+++ b/src/gui/listview.h
@@ -42,7 +42,7 @@ typedef TQPtrListIterator<ListViewItem> ListViewItemListIt;
*/
class ListView : public KListView {
Q_OBJECT
- TQ_OBJECT
+
friend class ListViewItem; // needed so the ListViewItem d'tor can update selection list
diff --git a/src/gui/numberfieldwidget.h b/src/gui/numberfieldwidget.h
index 7edb874..86f0a0d 100644
--- a/src/gui/numberfieldwidget.h
+++ b/src/gui/numberfieldwidget.h
@@ -28,7 +28,7 @@ namespace Tellico {
*/
class NumberFieldWidget : public FieldWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
NumberFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
diff --git a/src/gui/overlaywidget.h b/src/gui/overlaywidget.h
index 184afd2..a1d1f49 100644
--- a/src/gui/overlaywidget.h
+++ b/src/gui/overlaywidget.h
@@ -27,7 +27,7 @@ namespace Tellico {
*/
class OverlayWidget : public TQFrame {
Q_OBJECT
- TQ_OBJECT
+
public:
OverlayWidget(TQWidget* parent, TQWidget* anchor);
diff --git a/src/gui/parafieldwidget.h b/src/gui/parafieldwidget.h
index 760943e..5d59bc9 100644
--- a/src/gui/parafieldwidget.h
+++ b/src/gui/parafieldwidget.h
@@ -27,7 +27,7 @@ namespace Tellico {
*/
class ParaFieldWidget : public FieldWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
ParaFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
diff --git a/src/gui/previewdialog.h b/src/gui/previewdialog.h
index 2dc5f0c..9ca8fda 100644
--- a/src/gui/previewdialog.h
+++ b/src/gui/previewdialog.h
@@ -28,7 +28,7 @@ namespace Tellico {
class PreviewDialog : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
PreviewDialog(TQWidget* parent);
diff --git a/src/gui/progress.h b/src/gui/progress.h
index 4df7b98..946efa3 100644
--- a/src/gui/progress.h
+++ b/src/gui/progress.h
@@ -24,7 +24,7 @@ namespace Tellico {
*/
class Progress : public KProgress {
Q_OBJECT
- TQ_OBJECT
+
public:
Progress(TQWidget* parent);
diff --git a/src/gui/ratingfieldwidget.h b/src/gui/ratingfieldwidget.h
index 91adb0c..edcc000 100644
--- a/src/gui/ratingfieldwidget.h
+++ b/src/gui/ratingfieldwidget.h
@@ -26,7 +26,7 @@ namespace Tellico {
*/
class RatingFieldWidget : public FieldWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
RatingFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
diff --git a/src/gui/ratingwidget.h b/src/gui/ratingwidget.h
index ff694e7..933c7e2 100644
--- a/src/gui/ratingwidget.h
+++ b/src/gui/ratingwidget.h
@@ -32,7 +32,7 @@ namespace Tellico {
*/
class RatingWidget : public TQHBox {
Q_OBJECT
- TQ_OBJECT
+
typedef TQPtrList<TQLabel> LabelList;
diff --git a/src/gui/richtextlabel.h b/src/gui/richtextlabel.h
index 64a136b..c4e5107 100644
--- a/src/gui/richtextlabel.h
+++ b/src/gui/richtextlabel.h
@@ -24,7 +24,7 @@ namespace Tellico {
*/
class RichTextLabel : public TQTextEdit {
Q_OBJECT
- TQ_OBJECT
+
public:
RichTextLabel(TQWidget* parent);
diff --git a/src/gui/stringmapdialog.h b/src/gui/stringmapdialog.h
index dafcc46..974bcf4 100644
--- a/src/gui/stringmapdialog.h
+++ b/src/gui/stringmapdialog.h
@@ -38,7 +38,7 @@ namespace Tellico {
*/
class StringMapDialog : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
StringMapDialog(const TQMap<TQString, TQString>& stringMap, TQWidget* parent, const char* name=0, bool modal=false);
diff --git a/src/gui/tabcontrol.h b/src/gui/tabcontrol.h
index 8c53854..fdd3780 100644
--- a/src/gui/tabcontrol.h
+++ b/src/gui/tabcontrol.h
@@ -24,7 +24,7 @@ namespace Tellico {
*/
class TabControl : public TQTabWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/src/gui/tablefieldwidget.h b/src/gui/tablefieldwidget.h
index 7e41783..81c5b0e 100644
--- a/src/gui/tablefieldwidget.h
+++ b/src/gui/tablefieldwidget.h
@@ -28,7 +28,7 @@ namespace Tellico {
*/
class TableFieldWidget : public FieldWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
TableFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);
diff --git a/src/gui/urlfieldwidget.h b/src/gui/urlfieldwidget.h
index 8f1933d..afd8c6f 100644
--- a/src/gui/urlfieldwidget.h
+++ b/src/gui/urlfieldwidget.h
@@ -31,7 +31,7 @@ namespace Tellico {
*/
class URLFieldWidget : public FieldWidget {
Q_OBJECT
- TQ_OBJECT
+
public:
URLFieldWidget(Data::FieldPtr field, TQWidget* parent, const char* name=0);