diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/boolfieldwidget.h | 2 | ||||
-rw-r--r-- | src/gui/choicefieldwidget.h | 2 | ||||
-rw-r--r-- | src/gui/datefieldwidget.h | 2 | ||||
-rw-r--r-- | src/gui/datewidget.h | 4 | ||||
-rw-r--r-- | src/gui/fieldwidget.h | 2 | ||||
-rw-r--r-- | src/gui/imagefieldwidget.h | 2 | ||||
-rw-r--r-- | src/gui/imagewidget.h | 2 | ||||
-rw-r--r-- | src/gui/kwidgetlister.h | 2 | ||||
-rw-r--r-- | src/gui/lineedit.h | 2 | ||||
-rw-r--r-- | src/gui/linefieldwidget.h | 2 | ||||
-rw-r--r-- | src/gui/listview.h | 2 | ||||
-rw-r--r-- | src/gui/numberfieldwidget.h | 2 | ||||
-rw-r--r-- | src/gui/overlaywidget.h | 2 | ||||
-rw-r--r-- | src/gui/parafieldwidget.h | 2 | ||||
-rw-r--r-- | src/gui/previewdialog.h | 2 | ||||
-rw-r--r-- | src/gui/progress.h | 2 | ||||
-rw-r--r-- | src/gui/ratingfieldwidget.h | 2 | ||||
-rw-r--r-- | src/gui/ratingwidget.h | 2 | ||||
-rw-r--r-- | src/gui/richtextlabel.h | 2 | ||||
-rw-r--r-- | src/gui/stringmapdialog.h | 2 | ||||
-rw-r--r-- | src/gui/tabcontrol.h | 2 | ||||
-rw-r--r-- | src/gui/tablefieldwidget.h | 2 | ||||
-rw-r--r-- | src/gui/urlfieldwidget.h | 2 |
23 files changed, 24 insertions, 24 deletions
diff --git a/src/gui/boolfieldwidget.h b/src/gui/boolfieldwidget.h index ce4be6d..6ae5cea 100644 --- a/src/gui/boolfieldwidget.h +++ b/src/gui/boolfieldwidget.h @@ -27,7 +27,7 @@ namespace Tellico { * @author Robby Stephenson */ class BoolFieldWidget : public FieldWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/choicefieldwidget.h b/src/gui/choicefieldwidget.h index b06b2ed..8213b7e 100644 --- a/src/gui/choicefieldwidget.h +++ b/src/gui/choicefieldwidget.h @@ -26,7 +26,7 @@ namespace Tellico { * @author Robby Stephenson */ class ChoiceFieldWidget : public FieldWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/datefieldwidget.h b/src/gui/datefieldwidget.h index fec5884..2fb223f 100644 --- a/src/gui/datefieldwidget.h +++ b/src/gui/datefieldwidget.h @@ -27,7 +27,7 @@ namespace Tellico { * @author Robby Stephenson */ class DateFieldWidget : public FieldWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/datewidget.h b/src/gui/datewidget.h index 56b87e7..371026c 100644 --- a/src/gui/datewidget.h +++ b/src/gui/datewidget.h @@ -28,7 +28,7 @@ namespace Tellico { namespace GUI { class SpinBox : public TQSpinBox { -Q_OBJECT +TQ_OBJECT public: @@ -39,7 +39,7 @@ public: * @author Robby Stephenson */ class DateWidget : public TQWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/fieldwidget.h b/src/gui/fieldwidget.h index b67e1f0..424fb7e 100644 --- a/src/gui/fieldwidget.h +++ b/src/gui/fieldwidget.h @@ -36,7 +36,7 @@ namespace Tellico { * @author Robby Stephenson */ class FieldWidget : public TQWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/imagefieldwidget.h b/src/gui/imagefieldwidget.h index c6b4656..a42c18e 100644 --- a/src/gui/imagefieldwidget.h +++ b/src/gui/imagefieldwidget.h @@ -27,7 +27,7 @@ namespace Tellico { * @author Robby Stephenson */ class ImageFieldWidget : public FieldWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/imagewidget.h b/src/gui/imagewidget.h index 8cf7313..551f2fb 100644 --- a/src/gui/imagewidget.h +++ b/src/gui/imagewidget.h @@ -33,7 +33,7 @@ namespace Tellico { * @author Robby Stephenson */ class ImageWidget : public TQWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/kwidgetlister.h b/src/gui/kwidgetlister.h index fc4793a..1680f1e 100644 --- a/src/gui/kwidgetlister.h +++ b/src/gui/kwidgetlister.h @@ -61,7 +61,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 ); diff --git a/src/gui/lineedit.h b/src/gui/lineedit.h index d2f9873..8868890 100644 --- a/src/gui/lineedit.h +++ b/src/gui/lineedit.h @@ -28,7 +28,7 @@ namespace Tellico { * @author Robby Stephenson */ class LineEdit : public KLineEdit { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/linefieldwidget.h b/src/gui/linefieldwidget.h index 082e54b..c52d814 100644 --- a/src/gui/linefieldwidget.h +++ b/src/gui/linefieldwidget.h @@ -25,7 +25,7 @@ namespace Tellico { * @author Robby Stephenson */ class LineFieldWidget : public FieldWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/listview.h b/src/gui/listview.h index 5e1137b..00857fc 100644 --- a/src/gui/listview.h +++ b/src/gui/listview.h @@ -41,7 +41,7 @@ typedef TQPtrListIterator<ListViewItem> ListViewItemListIt; * @author Robby Stephenson */ class ListView : public TDEListView { -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 86f0a0d..36834f9 100644 --- a/src/gui/numberfieldwidget.h +++ b/src/gui/numberfieldwidget.h @@ -27,7 +27,7 @@ namespace Tellico { * @author Robby Stephenson */ class NumberFieldWidget : public FieldWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/overlaywidget.h b/src/gui/overlaywidget.h index a1d1f49..1841444 100644 --- a/src/gui/overlaywidget.h +++ b/src/gui/overlaywidget.h @@ -26,7 +26,7 @@ namespace Tellico { * @author Robby Stephenson */ class OverlayWidget : public TQFrame { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/parafieldwidget.h b/src/gui/parafieldwidget.h index 5d59bc9..6600b31 100644 --- a/src/gui/parafieldwidget.h +++ b/src/gui/parafieldwidget.h @@ -26,7 +26,7 @@ namespace Tellico { * @author Robby Stephenson */ class ParaFieldWidget : public FieldWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/previewdialog.h b/src/gui/previewdialog.h index 9ca8fda..341d818 100644 --- a/src/gui/previewdialog.h +++ b/src/gui/previewdialog.h @@ -27,7 +27,7 @@ namespace Tellico { namespace GUI { class PreviewDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/progress.h b/src/gui/progress.h index 946efa3..a3e8b2d 100644 --- a/src/gui/progress.h +++ b/src/gui/progress.h @@ -23,7 +23,7 @@ namespace Tellico { * @author Robby Stephenson */ class Progress : public KProgress { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/ratingfieldwidget.h b/src/gui/ratingfieldwidget.h index edcc000..5ee7212 100644 --- a/src/gui/ratingfieldwidget.h +++ b/src/gui/ratingfieldwidget.h @@ -25,7 +25,7 @@ namespace Tellico { * @author Robby Stephenson */ class RatingFieldWidget : public FieldWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/ratingwidget.h b/src/gui/ratingwidget.h index 933c7e2..719367f 100644 --- a/src/gui/ratingwidget.h +++ b/src/gui/ratingwidget.h @@ -31,7 +31,7 @@ namespace Tellico { * @author Robby Stephenson */ 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 c4e5107..381a151 100644 --- a/src/gui/richtextlabel.h +++ b/src/gui/richtextlabel.h @@ -23,7 +23,7 @@ namespace Tellico { * @author Robby Stephenson */ class RichTextLabel : public TQTextEdit { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/stringmapdialog.h b/src/gui/stringmapdialog.h index ac9b10a..b3fff71 100644 --- a/src/gui/stringmapdialog.h +++ b/src/gui/stringmapdialog.h @@ -37,7 +37,7 @@ namespace Tellico { * @author Robby Stephenson */ class StringMapDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/tabcontrol.h b/src/gui/tabcontrol.h index fdd3780..9e17759 100644 --- a/src/gui/tabcontrol.h +++ b/src/gui/tabcontrol.h @@ -23,7 +23,7 @@ namespace Tellico { * @author Robby Stephenson */ class TabControl : public TQTabWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/tablefieldwidget.h b/src/gui/tablefieldwidget.h index 81c5b0e..7ac3494 100644 --- a/src/gui/tablefieldwidget.h +++ b/src/gui/tablefieldwidget.h @@ -27,7 +27,7 @@ namespace Tellico { * @author Robby Stephenson */ class TableFieldWidget : public FieldWidget { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/gui/urlfieldwidget.h b/src/gui/urlfieldwidget.h index afd8c6f..0d150d1 100644 --- a/src/gui/urlfieldwidget.h +++ b/src/gui/urlfieldwidget.h @@ -30,7 +30,7 @@ namespace Tellico { * @author Robby Stephenson */ class URLFieldWidget : public FieldWidget { -Q_OBJECT +TQ_OBJECT public: |