diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:00 -0600 |
commit | 1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3 (patch) | |
tree | 7aca707994f0758ad30d3bcc0041d5b246f2269e /kmplot | |
parent | 84ab9f7387b7993eed7c393763b3dc89dfa3a56d (diff) | |
download | tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.tar.gz tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kmplot')
-rw-r--r-- | kmplot/kmplot/FktDlg.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/MainDlg.h | 6 | ||||
-rw-r--r-- | kmplot/kmplot/View.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/coordsconfigdialog.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/editfunction.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/kconstanteditor.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/keditconstant.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/keditparametric.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/keditpolar.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/kminmax.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/kmplot.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/kmplotprogress.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/kparametereditor.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/kprinterdlg.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/ksliderwindow.h | 2 |
15 files changed, 17 insertions, 17 deletions
diff --git a/kmplot/kmplot/FktDlg.h b/kmplot/kmplot/FktDlg.h index 3daafcf6..328d91a4 100644 --- a/kmplot/kmplot/FktDlg.h +++ b/kmplot/kmplot/FktDlg.h @@ -45,7 +45,7 @@ class XParser; class FktDlg : public FktDlgData { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kmplot/kmplot/MainDlg.h b/kmplot/kmplot/MainDlg.h index b034ff04..6611c740 100644 --- a/kmplot/kmplot/MainDlg.h +++ b/kmplot/kmplot/MainDlg.h @@ -70,7 +70,7 @@ class BrowserExtension; class MainDlg : public KParts::ReadOnlyPart, virtual public MainDlgIface { Q_OBJECT - TQ_OBJECT + public: /** Constuctor. @@ -217,7 +217,7 @@ protected slots: class KmPlotPartFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: KmPlotPartFactory(); virtual ~KmPlotPartFactory(); @@ -234,7 +234,7 @@ private: class BrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + public: BrowserExtension(MainDlg*); diff --git a/kmplot/kmplot/View.h b/kmplot/kmplot/View.h index 199af7a0..7eb09328 100644 --- a/kmplot/kmplot/View.h +++ b/kmplot/kmplot/View.h @@ -67,7 +67,7 @@ enum ZoomMode class View : public TQWidget, virtual public ViewIface { Q_OBJECT - TQ_OBJECT + public: /// Contructor sets up the parser, too. View(bool, bool &, KPopupMenu *, TQWidget* parent=NULL, const char* name=NULL ); diff --git a/kmplot/kmplot/coordsconfigdialog.h b/kmplot/kmplot/coordsconfigdialog.h index 8e3dd43d..c95b47f5 100644 --- a/kmplot/kmplot/coordsconfigdialog.h +++ b/kmplot/kmplot/coordsconfigdialog.h @@ -39,7 +39,7 @@ class SettingsPageCoords; class CoordsConfigDialog : public KConfigDialog { Q_OBJECT - TQ_OBJECT + public: CoordsConfigDialog(XParser *p, TQWidget *parent = 0); ~CoordsConfigDialog(); diff --git a/kmplot/kmplot/editfunction.h b/kmplot/kmplot/editfunction.h index 51cf2186..a034b6e1 100644 --- a/kmplot/kmplot/editfunction.h +++ b/kmplot/kmplot/editfunction.h @@ -39,7 +39,7 @@ class EditIntegralPage; class EditFunction : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: /// @param parser points to the parser instance. /// @param parent points to the parent widget. diff --git a/kmplot/kmplot/kconstanteditor.h b/kmplot/kmplot/kconstanteditor.h index 85fdd268..62be39f6 100644 --- a/kmplot/kmplot/kconstanteditor.h +++ b/kmplot/kmplot/kconstanteditor.h @@ -37,7 +37,7 @@ class KConstantEditor : public QConstantEditor { Q_OBJECT - TQ_OBJECT + public: KConstantEditor(View *, TQWidget *parent = 0, const char *name = 0); ~KConstantEditor(); diff --git a/kmplot/kmplot/keditconstant.h b/kmplot/kmplot/keditconstant.h index 20455bf7..90e2d9cd 100644 --- a/kmplot/kmplot/keditconstant.h +++ b/kmplot/kmplot/keditconstant.h @@ -36,7 +36,7 @@ class KEditConstant : public QEditConstant { Q_OBJECT - TQ_OBJECT + public: KEditConstant(XParser *p, char &, TQString &,TQWidget *parent = 0, const char *name = 0); ~KEditConstant(); diff --git a/kmplot/kmplot/keditparametric.h b/kmplot/kmplot/keditparametric.h index 3272731f..bed49aef 100644 --- a/kmplot/kmplot/keditparametric.h +++ b/kmplot/kmplot/keditparametric.h @@ -36,7 +36,7 @@ class XParser; class KEditParametric : public QEditParametric { Q_OBJECT - TQ_OBJECT + public: /// @param parser points to the parser instance. /// @param parent points to the parent widget. diff --git a/kmplot/kmplot/keditpolar.h b/kmplot/kmplot/keditpolar.h index ad73cdc4..09dcaf46 100644 --- a/kmplot/kmplot/keditpolar.h +++ b/kmplot/kmplot/keditpolar.h @@ -36,7 +36,7 @@ class XParser; class KEditPolar : public QEditPolar { Q_OBJECT - TQ_OBJECT + public: /// @param parser points to the parser instance. /// @param parent points to the parent widget. diff --git a/kmplot/kmplot/kminmax.h b/kmplot/kmplot/kminmax.h index 9fa081fc..46f028a1 100644 --- a/kmplot/kmplot/kminmax.h +++ b/kmplot/kmplot/kminmax.h @@ -36,7 +36,7 @@ class KMinMax : public QMinMax { Q_OBJECT - TQ_OBJECT + public: KMinMax(View *, TQWidget *parent = 0, const char *name = 0); /// called every time the dialog is opened diff --git a/kmplot/kmplot/kmplot.h b/kmplot/kmplot/kmplot.h index ce8da9bc..2e01f142 100644 --- a/kmplot/kmplot/kmplot.h +++ b/kmplot/kmplot/kmplot.h @@ -49,7 +49,7 @@ class KToggleAction; class KmPlot : public KParts::MainWindow, virtual public KmPlotIface { Q_OBJECT - TQ_OBJECT + public: /** * Default Constructor diff --git a/kmplot/kmplot/kmplotprogress.h b/kmplot/kmplot/kmplotprogress.h index 5d01a401..549fb09c 100644 --- a/kmplot/kmplot/kmplotprogress.h +++ b/kmplot/kmplot/kmplotprogress.h @@ -33,7 +33,7 @@ class KmPlotProgress: public TQWidget { Q_OBJECT - TQ_OBJECT + public: KmPlotProgress( TQWidget* parent = 0, const char* name = 0 ); ~KmPlotProgress(); diff --git a/kmplot/kmplot/kparametereditor.h b/kmplot/kmplot/kparametereditor.h index 8e3f6243..47702010 100644 --- a/kmplot/kmplot/kparametereditor.h +++ b/kmplot/kmplot/kparametereditor.h @@ -38,7 +38,7 @@ class ParameterValueList; class KParameterEditor : public QParameterEditor { Q_OBJECT - TQ_OBJECT + public: KParameterEditor(XParser *, TQValueList<ParameterValueItem> *, TQWidget *parent = 0, const char *name = 0); ~KParameterEditor(); diff --git a/kmplot/kmplot/kprinterdlg.h b/kmplot/kmplot/kprinterdlg.h index c9b58ebf..fef92b8d 100644 --- a/kmplot/kmplot/kprinterdlg.h +++ b/kmplot/kmplot/kprinterdlg.h @@ -42,7 +42,7 @@ class KPrinterDlg : public KPrintDialogPage { Q_OBJECT - TQ_OBJECT + public: /// Getting the common arguments. KPrinterDlg( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kmplot/kmplot/ksliderwindow.h b/kmplot/kmplot/ksliderwindow.h index 39a1d38b..cd5afae9 100644 --- a/kmplot/kmplot/ksliderwindow.h +++ b/kmplot/kmplot/ksliderwindow.h @@ -34,7 +34,7 @@ class KSliderWindow : public SliderWindow { Q_OBJECT - TQ_OBJECT + public: /// @param parent points to the parent widget. /// @param num number of this instance. |