diff options
Diffstat (limited to 'kmymoney2/widgets')
84 files changed, 172 insertions, 172 deletions
diff --git a/kmymoney2/widgets/kaccounttemplateselector.cpp b/kmymoney2/widgets/kaccounttemplateselector.cpp index 140c4c9..ec8518e 100644 --- a/kmymoney2/widgets/kaccounttemplateselector.cpp +++ b/kmymoney2/widgets/kaccounttemplateselector.cpp @@ -20,14 +20,14 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqdir.h> #include <tqheader.h> #include <tqtimer.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeglobal.h> #include <tdelocale.h> diff --git a/kmymoney2/widgets/kaccounttemplateselector.h b/kmymoney2/widgets/kaccounttemplateselector.h index 5f7c5ce..faf0d6b 100644 --- a/kmymoney2/widgets/kaccounttemplateselector.h +++ b/kmymoney2/widgets/kaccounttemplateselector.h @@ -19,10 +19,10 @@ #define KACCOUNTTEMPLATESELECTOR_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kbudgetvalues.cpp b/kmymoney2/widgets/kbudgetvalues.cpp index 5c0e6aa..68ac7b3 100644 --- a/kmymoney2/widgets/kbudgetvalues.cpp +++ b/kmymoney2/widgets/kbudgetvalues.cpp @@ -20,7 +20,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqtabwidget.h> #include <tqlabel.h> @@ -32,7 +32,7 @@ #include <tqapplication.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeglobal.h> #include <tdelocale.h> diff --git a/kmymoney2/widgets/kbudgetvalues.h b/kmymoney2/widgets/kbudgetvalues.h index 94b7888..1407b48 100644 --- a/kmymoney2/widgets/kbudgetvalues.h +++ b/kmymoney2/widgets/kbudgetvalues.h @@ -19,13 +19,13 @@ #define KBUDGETVALUES_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqdatetime.h> class TQLabel; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kguiutils.cpp b/kmymoney2/widgets/kguiutils.cpp index 6e9f40a..ccf11e1 100644 --- a/kmymoney2/widgets/kguiutils.cpp +++ b/kmymoney2/widgets/kguiutils.cpp @@ -20,7 +20,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // No need for TQDateEdit, TQSpinBox, etc., since these always return values #include <tqcheckbox.h> @@ -33,7 +33,7 @@ #include <tqspinbox.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes @@ -44,11 +44,11 @@ /************************************************************************** * * * The MandatoryFieldGroup code is courtesy of * - * Mark Summerfield in TQt Quarterly * + * Mark Summerfield in Qt Quarterly * * http://doc.trolltech.com/qq/qq11-mandatoryfields.html * * * * Enhanced by Thomas Baumgart to support the lineedit field of a * - * a TQComboBox. * + * a TQComboBox. * * * **************************************************************************/ diff --git a/kmymoney2/widgets/kguiutils.h b/kmymoney2/widgets/kguiutils.h index d0f2aa8..2973218 100644 --- a/kmymoney2/widgets/kguiutils.h +++ b/kmymoney2/widgets/kguiutils.h @@ -19,14 +19,14 @@ #define KGUIUTILS_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqobject.h> #include <tqvaluelist.h> class TQWidget; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <kpushbutton.h> #include <kcombobox.h> diff --git a/kmymoney2/widgets/kmymoneyaccountcombo.cpp b/kmymoney2/widgets/kmymoneyaccountcombo.cpp index 08ef19c..897e72b 100644 --- a/kmymoney2/widgets/kmymoneyaccountcombo.cpp +++ b/kmymoney2/widgets/kmymoneyaccountcombo.cpp @@ -25,7 +25,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqdrawutil.h> #include <tqpainter.h> @@ -33,7 +33,7 @@ #include <tqapplication.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kmymoneyaccountcombo.h b/kmymoney2/widgets/kmymoneyaccountcombo.h index 3fecf2e..aa6d86e 100644 --- a/kmymoney2/widgets/kmymoneyaccountcombo.h +++ b/kmymoney2/widgets/kmymoneyaccountcombo.h @@ -24,10 +24,10 @@ #define KMYMONEYACCOUNTBUTTON_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <kpushbutton.h> #include <kcombobox.h> diff --git a/kmymoney2/widgets/kmymoneyaccountcompletion.cpp b/kmymoney2/widgets/kmymoneyaccountcompletion.cpp index d05fa1e..a75fdea 100644 --- a/kmymoney2/widgets/kmymoneyaccountcompletion.cpp +++ b/kmymoney2/widgets/kmymoneyaccountcompletion.cpp @@ -25,13 +25,13 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqapplication.h> #include <tqregexp.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelistview.h> diff --git a/kmymoney2/widgets/kmymoneyaccountcompletion.h b/kmymoney2/widgets/kmymoneyaccountcompletion.h index ef9efdc..3d4aecd 100644 --- a/kmymoney2/widgets/kmymoneyaccountcompletion.h +++ b/kmymoney2/widgets/kmymoneyaccountcompletion.h @@ -24,13 +24,13 @@ #define KMYMONEYACCOUNTCOMPLETION_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqwidget.h> class TQListViewItem; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kmymoneyaccountselector.cpp b/kmymoney2/widgets/kmymoneyaccountselector.cpp index 1299d0f..9ff945e 100644 --- a/kmymoney2/widgets/kmymoneyaccountselector.cpp +++ b/kmymoney2/widgets/kmymoneyaccountselector.cpp @@ -25,7 +25,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqlayout.h> #include <tqheader.h> @@ -36,7 +36,7 @@ #include <tqrect.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> #include <kpushbutton.h> diff --git a/kmymoney2/widgets/kmymoneyaccountselector.h b/kmymoney2/widgets/kmymoneyaccountselector.h index e1231d2..a7a7ba4 100644 --- a/kmymoney2/widgets/kmymoneyaccountselector.h +++ b/kmymoney2/widgets/kmymoneyaccountselector.h @@ -19,10 +19,10 @@ #define KMYMONEYACCOUNTSELECTOR_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes class KPushButton; diff --git a/kmymoney2/widgets/kmymoneyaccounttree.cpp b/kmymoney2/widgets/kmymoneyaccounttree.cpp index c58cd56..09c90e3 100644 --- a/kmymoney2/widgets/kmymoneyaccounttree.cpp +++ b/kmymoney2/widgets/kmymoneyaccounttree.cpp @@ -20,7 +20,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqpoint.h> #include <tqevent.h> @@ -33,7 +33,7 @@ #include <tqstyle.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdemessagebox.h> #include <tdelocale.h> diff --git a/kmymoney2/widgets/kmymoneyaccounttreebase.cpp b/kmymoney2/widgets/kmymoneyaccounttreebase.cpp index 420bd9c..c6016b3 100644 --- a/kmymoney2/widgets/kmymoneyaccounttreebase.cpp +++ b/kmymoney2/widgets/kmymoneyaccounttreebase.cpp @@ -20,7 +20,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqpoint.h> #include <tqevent.h> @@ -33,7 +33,7 @@ #include <tqstyle.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdemessagebox.h> #include <tdelocale.h> diff --git a/kmymoney2/widgets/kmymoneyaccounttreebase.h b/kmymoney2/widgets/kmymoneyaccounttreebase.h index 77e65b4..086b87b 100644 --- a/kmymoney2/widgets/kmymoneyaccounttreebase.h +++ b/kmymoney2/widgets/kmymoneyaccounttreebase.h @@ -19,13 +19,13 @@ #define KMYMONEYACCOUNTTREEBASE_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqtimer.h> class TQDragObject; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelistview.h> diff --git a/kmymoney2/widgets/kmymoneyaccounttreebudget.h b/kmymoney2/widgets/kmymoneyaccounttreebudget.h index ad7b18c..b0c7ccc 100644 --- a/kmymoney2/widgets/kmymoneyaccounttreebudget.h +++ b/kmymoney2/widgets/kmymoneyaccounttreebudget.h @@ -19,13 +19,13 @@ #define KMYMONEYACCOUNTTREEBUDGET_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqtimer.h> class TQDragObject; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelistview.h> diff --git a/kmymoney2/widgets/kmymoneyaccounttreeforecast.cpp b/kmymoney2/widgets/kmymoneyaccounttreeforecast.cpp index ab7375b..9e51a9d 100644 --- a/kmymoney2/widgets/kmymoneyaccounttreeforecast.cpp +++ b/kmymoney2/widgets/kmymoneyaccounttreeforecast.cpp @@ -20,7 +20,7 @@ #endif // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> // ---------------------------------------------------------------------------- diff --git a/kmymoney2/widgets/kmymoneyaccounttreeforecast.h b/kmymoney2/widgets/kmymoneyaccounttreeforecast.h index 6c67f09..455dd3f 100644 --- a/kmymoney2/widgets/kmymoneyaccounttreeforecast.h +++ b/kmymoney2/widgets/kmymoneyaccounttreeforecast.h @@ -19,13 +19,13 @@ #define KMYMONEYACCOUNTTREEFORECAST_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqtimer.h> class TQDragObject; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelistview.h> diff --git a/kmymoney2/widgets/kmymoneybriefschedule.cpp b/kmymoney2/widgets/kmymoneybriefschedule.cpp index a108e26..76a242e 100644 --- a/kmymoney2/widgets/kmymoneybriefschedule.cpp +++ b/kmymoney2/widgets/kmymoneybriefschedule.cpp @@ -25,7 +25,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqlabel.h> #include <tqlineedit.h> @@ -33,7 +33,7 @@ #include <tqtoolbutton.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeglobal.h> #include <tdelocale.h> diff --git a/kmymoney2/widgets/kmymoneybriefschedule.h b/kmymoney2/widgets/kmymoneybriefschedule.h index a7518d0..0fdf2bc 100644 --- a/kmymoney2/widgets/kmymoneybriefschedule.h +++ b/kmymoney2/widgets/kmymoneybriefschedule.h @@ -24,12 +24,12 @@ // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqwidget.h> #include <tqstringlist.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kmymoneycalculator.cpp b/kmymoney2/widgets/kmymoneycalculator.cpp index 7e8bd20..e540de4 100644 --- a/kmymoney2/widgets/kmymoneycalculator.cpp +++ b/kmymoney2/widgets/kmymoneycalculator.cpp @@ -25,14 +25,14 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqlabel.h> #include <tqsignalmapper.h> #include <tqregexp.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeglobal.h> #include <tdelocale.h> diff --git a/kmymoney2/widgets/kmymoneycalculator.h b/kmymoney2/widgets/kmymoneycalculator.h index 8c68e6e..4eef501 100644 --- a/kmymoney2/widgets/kmymoneycalculator.h +++ b/kmymoney2/widgets/kmymoneycalculator.h @@ -24,7 +24,7 @@ #define KMYMONEYCALCULATOR_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqwidget.h> #include <tqframe.h> @@ -35,7 +35,7 @@ #include <tqlabel.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <kpushbutton.h> diff --git a/kmymoney2/widgets/kmymoneycalendar.cpp b/kmymoney2/widgets/kmymoneycalendar.cpp index f05a2b2..228b5e2 100644 --- a/kmymoney2/widgets/kmymoneycalendar.cpp +++ b/kmymoney2/widgets/kmymoneycalendar.cpp @@ -48,7 +48,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqpainter.h> #include <tqdrawutil.h> #include <tqframe.h> @@ -62,7 +62,7 @@ #include <tqpushbutton.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeversion.h> #include <tdeglobal.h> #include <tdeapplication.h> diff --git a/kmymoney2/widgets/kmymoneycalendar.h b/kmymoney2/widgets/kmymoneycalendar.h index 44c707f..fd71369 100644 --- a/kmymoney2/widgets/kmymoneycalendar.h +++ b/kmymoney2/widgets/kmymoneycalendar.h @@ -48,12 +48,12 @@ #define KMYMONEYCALENDAR_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqframe.h> #include <tqdatetime.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeversion.h> diff --git a/kmymoney2/widgets/kmymoneycategory.cpp b/kmymoney2/widgets/kmymoneycategory.cpp index 295c059..4281bac 100644 --- a/kmymoney2/widgets/kmymoneycategory.cpp +++ b/kmymoney2/widgets/kmymoneycategory.cpp @@ -20,7 +20,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqrect.h> #include <tqpainter.h> @@ -29,7 +29,7 @@ #include <tqtimer.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> #include <kpushbutton.h> diff --git a/kmymoney2/widgets/kmymoneycategory.h b/kmymoney2/widgets/kmymoneycategory.h index 2be7f57..90bd4a4 100644 --- a/kmymoney2/widgets/kmymoneycategory.h +++ b/kmymoney2/widgets/kmymoneycategory.h @@ -19,13 +19,13 @@ #define KMYMONEYCATEGORY_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes class TQWidget; class TQFrame; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <kcombobox.h> class KPushButton; diff --git a/kmymoney2/widgets/kmymoneychecklistitem.cpp b/kmymoney2/widgets/kmymoneychecklistitem.cpp index ed6b95b..cbd7313 100644 --- a/kmymoney2/widgets/kmymoneychecklistitem.cpp +++ b/kmymoney2/widgets/kmymoneychecklistitem.cpp @@ -20,13 +20,13 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqfont.h> #include <tqpainter.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kmymoneychecklistitem.h b/kmymoney2/widgets/kmymoneychecklistitem.h index dfaf587..c2100b0 100644 --- a/kmymoney2/widgets/kmymoneychecklistitem.h +++ b/kmymoney2/widgets/kmymoneychecklistitem.h @@ -19,13 +19,13 @@ #define KMYMONEYCHECKLISTITEM_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqobject.h> #include <tqlistview.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kmymoneycombo.cpp b/kmymoney2/widgets/kmymoneycombo.cpp index f7e1669..7ace6c0 100644 --- a/kmymoney2/widgets/kmymoneycombo.cpp +++ b/kmymoney2/widgets/kmymoneycombo.cpp @@ -20,7 +20,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqrect.h> #include <tqstyle.h> @@ -28,7 +28,7 @@ #include <tqapplication.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> #include <tdelistview.h> diff --git a/kmymoney2/widgets/kmymoneycombo.h b/kmymoney2/widgets/kmymoneycombo.h index a60fc27..40188b0 100644 --- a/kmymoney2/widgets/kmymoneycombo.h +++ b/kmymoney2/widgets/kmymoneycombo.h @@ -19,13 +19,13 @@ #define KMYMONEYCOMBO_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqtimer.h> #include <tqmutex.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <kcombobox.h> diff --git a/kmymoney2/widgets/kmymoneycompletion.cpp b/kmymoney2/widgets/kmymoneycompletion.cpp index 8a891a5..0fe48d2 100644 --- a/kmymoney2/widgets/kmymoneycompletion.cpp +++ b/kmymoney2/widgets/kmymoneycompletion.cpp @@ -25,12 +25,12 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqapplication.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelistview.h> diff --git a/kmymoney2/widgets/kmymoneycompletion.h b/kmymoney2/widgets/kmymoneycompletion.h index 5edcdf7..0901ed7 100644 --- a/kmymoney2/widgets/kmymoneycompletion.h +++ b/kmymoney2/widgets/kmymoneycompletion.h @@ -24,7 +24,7 @@ #define KMYMONEYCOMPLETION_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqwidget.h> #include <tqvbox.h> @@ -32,7 +32,7 @@ class TQListViewItem; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes class TDEListView; diff --git a/kmymoney2/widgets/kmymoneycurrencyselector.cpp b/kmymoney2/widgets/kmymoneycurrencyselector.cpp index 74a9537..da1e575 100644 --- a/kmymoney2/widgets/kmymoneycurrencyselector.cpp +++ b/kmymoney2/widgets/kmymoneycurrencyselector.cpp @@ -25,13 +25,13 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqpixmap.h> #include <tqbitmap.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <kstandarddirs.h> diff --git a/kmymoney2/widgets/kmymoneycurrencyselector.h b/kmymoney2/widgets/kmymoneycurrencyselector.h index 95e7591..7c4cd51 100644 --- a/kmymoney2/widgets/kmymoneycurrencyselector.h +++ b/kmymoney2/widgets/kmymoneycurrencyselector.h @@ -24,12 +24,12 @@ #define KMYMONEYCURRENCYSELECTOR_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqwidget.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <kcombobox.h> diff --git a/kmymoney2/widgets/kmymoneydateinput.cpp b/kmymoney2/widgets/kmymoneydateinput.cpp index b9db20f..a4f0b7f 100644 --- a/kmymoney2/widgets/kmymoneydateinput.cpp +++ b/kmymoney2/widgets/kmymoneydateinput.cpp @@ -20,7 +20,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqpainter.h> #include <tqdrawutil.h> @@ -36,7 +36,7 @@ #include <tqlabel.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeversion.h> #include <tdeglobal.h> #include <tdelocale.h> diff --git a/kmymoney2/widgets/kmymoneydateinput.h b/kmymoney2/widgets/kmymoneydateinput.h index 6796e95..ba0376f 100644 --- a/kmymoney2/widgets/kmymoneydateinput.h +++ b/kmymoney2/widgets/kmymoneydateinput.h @@ -18,7 +18,7 @@ #define KMYMONEYDATEINPUT_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqwidget.h> #include <tqlineedit.h> @@ -27,7 +27,7 @@ #include <tqvbox.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <kdatepicker.h> class KPushButton; diff --git a/kmymoney2/widgets/kmymoneydatetbl.cpp b/kmymoney2/widgets/kmymoneydatetbl.cpp index 989badd..0601132 100644 --- a/kmymoney2/widgets/kmymoneydatetbl.cpp +++ b/kmymoney2/widgets/kmymoneydatetbl.cpp @@ -47,7 +47,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqglobal.h> #include <tqdatetime.h> #include <tqstring.h> @@ -56,7 +56,7 @@ #include <tqdialog.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeversion.h> #include <kdatetbl.h> // Use the classes available for maximum re-use #include <tdeglobal.h> diff --git a/kmymoney2/widgets/kmymoneydatetbl.h b/kmymoney2/widgets/kmymoneydatetbl.h index b38e4cf..9ff7528 100644 --- a/kmymoney2/widgets/kmymoneydatetbl.h +++ b/kmymoney2/widgets/kmymoneydatetbl.h @@ -45,12 +45,12 @@ #define KMYMONEYDATETBL_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqgridview.h> #include <tqdatetime.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeversion.h> diff --git a/kmymoney2/widgets/kmymoneyedit.cpp b/kmymoney2/widgets/kmymoneyedit.cpp index 338d638..d57cc0b 100644 --- a/kmymoney2/widgets/kmymoneyedit.cpp +++ b/kmymoney2/widgets/kmymoneyedit.cpp @@ -21,7 +21,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqapplication.h> #include <tqdesktopwidget.h> @@ -29,7 +29,7 @@ #include <tqvbox.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeglobal.h> #include <tdelocale.h> diff --git a/kmymoney2/widgets/kmymoneyedit.h b/kmymoney2/widgets/kmymoneyedit.h index f0e4d79..8a8633a 100644 --- a/kmymoney2/widgets/kmymoneyedit.h +++ b/kmymoney2/widgets/kmymoneyedit.h @@ -20,7 +20,7 @@ #include <tdeversion.h> // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqhbox.h> #include <tqvalidator.h> @@ -29,7 +29,7 @@ class TQVBox; class TQWidget; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <klineedit.h> class KPushButton; diff --git a/kmymoney2/widgets/kmymoneyforecastlistviewitem.cpp b/kmymoney2/widgets/kmymoneyforecastlistviewitem.cpp index f440be7..03f3272 100644 --- a/kmymoney2/widgets/kmymoneyforecastlistviewitem.cpp +++ b/kmymoney2/widgets/kmymoneyforecastlistviewitem.cpp @@ -20,7 +20,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqpalette.h> #include <tqpen.h> @@ -28,7 +28,7 @@ #include <tqpainter.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kmymoneyforecastlistviewitem.h b/kmymoney2/widgets/kmymoneyforecastlistviewitem.h index 078c648..3dd6bec 100644 --- a/kmymoney2/widgets/kmymoneyforecastlistviewitem.h +++ b/kmymoney2/widgets/kmymoneyforecastlistviewitem.h @@ -19,12 +19,12 @@ #define KMYMONEYFORECASTLISTVIEWITEM_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqobject.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelistview.h> diff --git a/kmymoney2/widgets/kmymoneygpgconfig.cpp b/kmymoney2/widgets/kmymoneygpgconfig.cpp index 507517a..80976b7 100644 --- a/kmymoney2/widgets/kmymoneygpgconfig.cpp +++ b/kmymoney2/widgets/kmymoneygpgconfig.cpp @@ -20,13 +20,13 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqcheckbox.h> #include <tqgroupbox.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeconfig.h> #include <tdeglobal.h> diff --git a/kmymoney2/widgets/kmymoneygpgconfig.h b/kmymoney2/widgets/kmymoneygpgconfig.h index e3decba..d0a65a5 100644 --- a/kmymoney2/widgets/kmymoneygpgconfig.h +++ b/kmymoney2/widgets/kmymoneygpgconfig.h @@ -19,10 +19,10 @@ #define KMYMONEYGPGCONFIG_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kmymoneylineedit.cpp b/kmymoney2/widgets/kmymoneylineedit.cpp index 3c04c72..9466ea7 100644 --- a/kmymoney2/widgets/kmymoneylineedit.cpp +++ b/kmymoney2/widgets/kmymoneylineedit.cpp @@ -22,14 +22,14 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqrect.h> #include <tqpainter.h> #include <tqpalette.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeglobal.h> #include <tdelocale.h> diff --git a/kmymoney2/widgets/kmymoneylineedit.h b/kmymoney2/widgets/kmymoneylineedit.h index 99aa1f3..eb3076a 100644 --- a/kmymoney2/widgets/kmymoneylineedit.h +++ b/kmymoney2/widgets/kmymoneylineedit.h @@ -23,10 +23,10 @@ #define KMYMONEYLINEEDIT_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <klineedit.h> diff --git a/kmymoney2/widgets/kmymoneylistviewitem.cpp b/kmymoney2/widgets/kmymoneylistviewitem.cpp index 8d2800f..5770b32 100644 --- a/kmymoney2/widgets/kmymoneylistviewitem.cpp +++ b/kmymoney2/widgets/kmymoneylistviewitem.cpp @@ -25,12 +25,12 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqpalette.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kmymoneylistviewitem.h b/kmymoney2/widgets/kmymoneylistviewitem.h index 1bde79a..1c27ee7 100644 --- a/kmymoney2/widgets/kmymoneylistviewitem.h +++ b/kmymoney2/widgets/kmymoneylistviewitem.h @@ -19,12 +19,12 @@ #define KMYMONEYLISTVIEWITEM_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqobject.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelistview.h> diff --git a/kmymoney2/widgets/kmymoneyonlinequoteconfig.cpp b/kmymoney2/widgets/kmymoneyonlinequoteconfig.cpp index 16df52a..c7af1b9 100644 --- a/kmymoney2/widgets/kmymoneyonlinequoteconfig.cpp +++ b/kmymoney2/widgets/kmymoneyonlinequoteconfig.cpp @@ -20,12 +20,12 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqregexp.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeconfig.h> #include <tdeglobal.h> diff --git a/kmymoney2/widgets/kmymoneyonlinequoteconfig.h b/kmymoney2/widgets/kmymoneyonlinequoteconfig.h index 400be6f..bf7e6ac 100644 --- a/kmymoney2/widgets/kmymoneyonlinequoteconfig.h +++ b/kmymoney2/widgets/kmymoneyonlinequoteconfig.h @@ -19,10 +19,10 @@ #define KMYMONEYONLINEQUOTECONFIG_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kmymoneypriceview.cpp b/kmymoney2/widgets/kmymoneypriceview.cpp index fef1844..8a86be6 100644 --- a/kmymoney2/widgets/kmymoneypriceview.cpp +++ b/kmymoney2/widgets/kmymoneypriceview.cpp @@ -25,7 +25,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqheader.h> #include <tqcursor.h> @@ -34,7 +34,7 @@ #include <tqgroupbox.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> #include <tdeglobal.h> diff --git a/kmymoney2/widgets/kmymoneypriceview.h b/kmymoney2/widgets/kmymoneypriceview.h index 644886e..2809e72 100644 --- a/kmymoney2/widgets/kmymoneypriceview.h +++ b/kmymoney2/widgets/kmymoneypriceview.h @@ -19,13 +19,13 @@ #define KMYMONEYPRICEVIEW_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqwidget.h> // class TQListViewItem; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdepopupmenu.h> #include <tdelistview.h> diff --git a/kmymoney2/widgets/kmymoneyscheduledcalendar.cpp b/kmymoney2/widgets/kmymoneyscheduledcalendar.cpp index d15a81c..7357379 100644 --- a/kmymoney2/widgets/kmymoneyscheduledcalendar.cpp +++ b/kmymoney2/widgets/kmymoneyscheduledcalendar.cpp @@ -25,12 +25,12 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqpushbutton.h> #include <tqkeysequence.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> #include <tdepopupmenu.h> #include <tdemessagebox.h> diff --git a/kmymoney2/widgets/kmymoneyscheduledcalendar.h b/kmymoney2/widgets/kmymoneyscheduledcalendar.h index d6ee20e..4a8de2d 100644 --- a/kmymoney2/widgets/kmymoneyscheduledcalendar.h +++ b/kmymoney2/widgets/kmymoneyscheduledcalendar.h @@ -24,10 +24,10 @@ #define KMYMONEYSCHEDULEDCALENDAR_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kmymoneyscheduleddatetbl.cpp b/kmymoney2/widgets/kmymoneyscheduleddatetbl.cpp index 9d41742..990787b 100644 --- a/kmymoney2/widgets/kmymoneyscheduleddatetbl.cpp +++ b/kmymoney2/widgets/kmymoneyscheduleddatetbl.cpp @@ -45,7 +45,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstring.h> #include <tqpen.h> #include <tqpainter.h> @@ -55,7 +55,7 @@ #include <tqapplication.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeglobal.h> #include <tdeglobalsettings.h> #include <tdelocale.h> diff --git a/kmymoney2/widgets/kmymoneyscheduleddatetbl.h b/kmymoney2/widgets/kmymoneyscheduleddatetbl.h index 2b1347d..6f9cbe5 100644 --- a/kmymoney2/widgets/kmymoneyscheduleddatetbl.h +++ b/kmymoney2/widgets/kmymoneyscheduleddatetbl.h @@ -24,10 +24,10 @@ // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kmymoneyselector.cpp b/kmymoney2/widgets/kmymoneyselector.cpp index 82126b2..1bae436 100644 --- a/kmymoney2/widgets/kmymoneyselector.cpp +++ b/kmymoney2/widgets/kmymoneyselector.cpp @@ -20,7 +20,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqlayout.h> #include <tqheader.h> @@ -29,7 +29,7 @@ #include <tqregexp.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kmymoneyselector.h b/kmymoney2/widgets/kmymoneyselector.h index 6b2961d..66d5bd9 100644 --- a/kmymoney2/widgets/kmymoneyselector.h +++ b/kmymoney2/widgets/kmymoneyselector.h @@ -19,14 +19,14 @@ #define KMYMONEYSELECTOR_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqwidget.h> #include <tqlistview.h> class TQHBoxLayout; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes class TDEListView; diff --git a/kmymoney2/widgets/kmymoneytitlelabel.cpp b/kmymoney2/widgets/kmymoneytitlelabel.cpp index b5c732a..4171f07 100644 --- a/kmymoney2/widgets/kmymoneytitlelabel.cpp +++ b/kmymoney2/widgets/kmymoneytitlelabel.cpp @@ -20,7 +20,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqpixmap.h> #include <tqvariant.h> @@ -28,7 +28,7 @@ #include <tqpainter.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdeglobal.h> #include <kstandarddirs.h> diff --git a/kmymoney2/widgets/kmymoneytitlelabel.h b/kmymoney2/widgets/kmymoneytitlelabel.h index 6538d23..e3010aa 100644 --- a/kmymoney2/widgets/kmymoneytitlelabel.h +++ b/kmymoney2/widgets/kmymoneytitlelabel.h @@ -19,7 +19,7 @@ #define KTITLELABEL_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqlabel.h> #include <tqimage.h> @@ -27,7 +27,7 @@ class TQPixmap; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/kmymoneywizard.cpp b/kmymoney2/widgets/kmymoneywizard.cpp index 1a9b329..24d7506 100644 --- a/kmymoney2/widgets/kmymoneywizard.cpp +++ b/kmymoney2/widgets/kmymoneywizard.cpp @@ -19,7 +19,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqlayout.h> #include <tqlabel.h> @@ -29,7 +29,7 @@ #include <tqtooltip.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> #include <kpushbutton.h> diff --git a/kmymoney2/widgets/kmymoneywizard.h b/kmymoney2/widgets/kmymoneywizard.h index 16d5e25..10fab6d 100644 --- a/kmymoney2/widgets/kmymoneywizard.h +++ b/kmymoney2/widgets/kmymoneywizard.h @@ -18,7 +18,7 @@ #define KMYMONEYWIZARD_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqdialog.h> #include <tqvaluelist.h> @@ -29,7 +29,7 @@ class TQLabel; class TQFrame; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes class KPushButton; diff --git a/kmymoney2/widgets/kmymoneywizard_p.h b/kmymoney2/widgets/kmymoneywizard_p.h index 07b3b61..1055c61 100644 --- a/kmymoney2/widgets/kmymoneywizard_p.h +++ b/kmymoney2/widgets/kmymoneywizard_p.h @@ -18,12 +18,12 @@ #define KMYMONEYWIZARD_P_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqobject.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/maketdewidgets.in b/kmymoney2/widgets/maketdewidgets.in index 418c0ce..76924d5 100755 --- a/kmymoney2/widgets/maketdewidgets.in +++ b/kmymoney2/widgets/maketdewidgets.in @@ -11,7 +11,7 @@ sub usage print STDERR "$_[0]\n" if @_; print STDERR <<EOT; Usage: $0 [options] [<widget spec> ...] -Generates a Qt designer-plugin for the widget set defined in widget spec +Generates a TQt designer-plugin for the widget set defined in widget spec or STDIN if no filename is given Options: diff --git a/kmymoney2/widgets/register.cpp b/kmymoney2/widgets/register.cpp index 4cb1082..788fee3 100644 --- a/kmymoney2/widgets/register.cpp +++ b/kmymoney2/widgets/register.cpp @@ -22,7 +22,7 @@ #include <typeinfo> // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstring.h> #include <tqtimer.h> @@ -32,7 +32,7 @@ #include <tqimage.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> #include <tdeglobal.h> diff --git a/kmymoney2/widgets/register.h b/kmymoney2/widgets/register.h index e76c345..2ce0ff1 100644 --- a/kmymoney2/widgets/register.h +++ b/kmymoney2/widgets/register.h @@ -26,7 +26,7 @@ #include <algorithm> // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqtable.h> #include <tqvaluelist.h> @@ -37,7 +37,7 @@ #include <tqevent.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/registeritem.cpp b/kmymoney2/widgets/registeritem.cpp index 1652877..259089d 100644 --- a/kmymoney2/widgets/registeritem.cpp +++ b/kmymoney2/widgets/registeritem.cpp @@ -20,10 +20,10 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/registeritem.h b/kmymoney2/widgets/registeritem.h index 7c3e5b1..a5d6dbc 100644 --- a/kmymoney2/widgets/registeritem.h +++ b/kmymoney2/widgets/registeritem.h @@ -19,14 +19,14 @@ #define REGISTERITEM_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstring.h> #include <tqdatetime.h> #include <tqpainter.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes @@ -46,8 +46,8 @@ typedef enum { typedef enum { ActionNone = -1, ActionCheck = 0, - /* these should be values which qt 3.3 never uses for TQTab: - * qt starts upwards from 0 + /* these should be values which tqt never uses for TQTab: + * tqt starts upwards from 0 */ ActionDeposit = 12201, ActionTransfer = 12202, diff --git a/kmymoney2/widgets/registersearchline.cpp b/kmymoney2/widgets/registersearchline.cpp index fe306b3..214590f 100644 --- a/kmymoney2/widgets/registersearchline.cpp +++ b/kmymoney2/widgets/registersearchline.cpp @@ -19,7 +19,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqapplication.h> #include <tqlabel.h> @@ -27,7 +27,7 @@ #include <tqtimer.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdetoolbar.h> #include <tdetoolbarbutton.h> diff --git a/kmymoney2/widgets/registersearchline.h b/kmymoney2/widgets/registersearchline.h index 474a2ed..f7646c7 100644 --- a/kmymoney2/widgets/registersearchline.h +++ b/kmymoney2/widgets/registersearchline.h @@ -19,12 +19,12 @@ #define REGISTERSEARCHLINE_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqhbox.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <klineedit.h> diff --git a/kmymoney2/widgets/scheduledtransaction.cpp b/kmymoney2/widgets/scheduledtransaction.cpp index aaa35ce..1a5f162 100644 --- a/kmymoney2/widgets/scheduledtransaction.cpp +++ b/kmymoney2/widgets/scheduledtransaction.cpp @@ -20,10 +20,10 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> diff --git a/kmymoney2/widgets/scheduledtransaction.h b/kmymoney2/widgets/scheduledtransaction.h index 7450e3a..234ad8e 100644 --- a/kmymoney2/widgets/scheduledtransaction.h +++ b/kmymoney2/widgets/scheduledtransaction.h @@ -19,10 +19,10 @@ #define SCHEDULEDTRANSACTION_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/selectedtransaction.h b/kmymoney2/widgets/selectedtransaction.h index 172824f..b53aaab 100644 --- a/kmymoney2/widgets/selectedtransaction.h +++ b/kmymoney2/widgets/selectedtransaction.h @@ -19,10 +19,10 @@ #define SELECTEDTRANSACTION_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/stdtransactiondownloaded.cpp b/kmymoney2/widgets/stdtransactiondownloaded.cpp index f634944..9593c3c 100644 --- a/kmymoney2/widgets/stdtransactiondownloaded.cpp +++ b/kmymoney2/widgets/stdtransactiondownloaded.cpp @@ -20,10 +20,10 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> #include <kdebug.h> diff --git a/kmymoney2/widgets/stdtransactiondownloaded.h b/kmymoney2/widgets/stdtransactiondownloaded.h index 9efd54a..184a513 100644 --- a/kmymoney2/widgets/stdtransactiondownloaded.h +++ b/kmymoney2/widgets/stdtransactiondownloaded.h @@ -19,10 +19,10 @@ #define STDTRANSACTIONDOWNLOADED_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/stdtransactionmatched.cpp b/kmymoney2/widgets/stdtransactionmatched.cpp index 8dab8f7..340e494 100644 --- a/kmymoney2/widgets/stdtransactionmatched.cpp +++ b/kmymoney2/widgets/stdtransactionmatched.cpp @@ -20,12 +20,12 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqregion.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> #include <kdebug.h> diff --git a/kmymoney2/widgets/stdtransactionmatched.h b/kmymoney2/widgets/stdtransactionmatched.h index 78477d4..0496a36 100644 --- a/kmymoney2/widgets/stdtransactionmatched.h +++ b/kmymoney2/widgets/stdtransactionmatched.h @@ -19,11 +19,11 @@ #define STDTRANSACTIONMATCHED_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqbrush.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/transaction.cpp b/kmymoney2/widgets/transaction.cpp index 7f153ff..e392416 100644 --- a/kmymoney2/widgets/transaction.cpp +++ b/kmymoney2/widgets/transaction.cpp @@ -20,14 +20,14 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstring.h> #include <tqpainter.h> #include <tqwidgetlist.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> #include <tdeglobal.h> diff --git a/kmymoney2/widgets/transaction.h b/kmymoney2/widgets/transaction.h index e094dee..cc299b7 100644 --- a/kmymoney2/widgets/transaction.h +++ b/kmymoney2/widgets/transaction.h @@ -19,12 +19,12 @@ #define TRANSACTION_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqpalette.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/transactioneditorcontainer.cpp b/kmymoney2/widgets/transactioneditorcontainer.cpp index 110a799..5adc20c 100644 --- a/kmymoney2/widgets/transactioneditorcontainer.cpp +++ b/kmymoney2/widgets/transactioneditorcontainer.cpp @@ -20,10 +20,10 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/transactioneditorcontainer.h b/kmymoney2/widgets/transactioneditorcontainer.h index f46a8df..fe6db19 100644 --- a/kmymoney2/widgets/transactioneditorcontainer.h +++ b/kmymoney2/widgets/transactioneditorcontainer.h @@ -19,7 +19,7 @@ #define TRANSACTIONEDITORCONTAINER_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqmap.h> #include <tqstring.h> @@ -27,7 +27,7 @@ class TQWidget; // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- diff --git a/kmymoney2/widgets/transactionform.cpp b/kmymoney2/widgets/transactionform.cpp index 9d4d4ce..753c7a8 100644 --- a/kmymoney2/widgets/transactionform.cpp +++ b/kmymoney2/widgets/transactionform.cpp @@ -20,7 +20,7 @@ #endif // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqstring.h> #include <tqpainter.h> @@ -31,7 +31,7 @@ #include <tqpalette.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <tdelocale.h> #include <tdeglobal.h> @@ -83,13 +83,13 @@ void TabBar::setCurrentTab(int id) TQTab* TabBar::tab(int id) const { - /* if a TQAccel calls setCurrentTab, id will be as set by qt. + /* if a TQAccel calls setCurrentTab, id will be as set by tqt. * however if we call it programmatically, id will * be our own id. We do tell TQTab about our id but * in qt3.3 I (woro) am not able to make sure that * TQAccel also gets it. See registeritem.h: We defined * new values for our own ids which should lie way - * outside of the range that qt uses + * outside of the range that tqt uses */ TQTab *result=TQTabBar::tab(id); TQMap<int, int>::const_iterator it; diff --git a/kmymoney2/widgets/transactionform.h b/kmymoney2/widgets/transactionform.h index 534fdfb..fc0fd90 100644 --- a/kmymoney2/widgets/transactionform.h +++ b/kmymoney2/widgets/transactionform.h @@ -19,7 +19,7 @@ #define TRANSACTIONFORM_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes #include <tqtable.h> #include <tqvaluelist.h> @@ -29,7 +29,7 @@ #include <tqtabbar.h> // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/widgets/transactionsortoption.ui.h b/kmymoney2/widgets/transactionsortoption.ui.h index 821ca59..f6b9335 100644 --- a/kmymoney2/widgets/transactionsortoption.ui.h +++ b/kmymoney2/widgets/transactionsortoption.ui.h @@ -11,10 +11,10 @@ #define TRANSACTIONSORTOPTION_UI_H // ---------------------------------------------------------------------------- -// QT Includes +// TQt Includes // ---------------------------------------------------------------------------- -// KDE Includes +// TDE Includes #include <kiconloader.h> #include <tdelocale.h> |