summaryrefslogtreecommitdiffstats
path: root/keduca
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:00 -0600
commit1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3 (patch)
tree7aca707994f0758ad30d3bcc0041d5b246f2269e /keduca
parent84ab9f7387b7993eed7c393763b3dc89dfa3a56d (diff)
downloadtdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.tar.gz
tdeedu-1a7e498bdb3f755b79c06cb87fe4fad2cf8e7bf3.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'keduca')
-rw-r--r--keduca/keduca/kcheckeduca.h2
-rw-r--r--keduca/keduca/keduca.h2
-rw-r--r--keduca/keduca/keduca_part.h2
-rw-r--r--keduca/keduca/keducaprefs.h2
-rw-r--r--keduca/keduca/keducaview.h2
-rw-r--r--keduca/keduca/kgroupeduca.h2
-rw-r--r--keduca/keduca/kquestion.h2
-rw-r--r--keduca/keduca/kradioeduca.h2
-rw-r--r--keduca/keducabuilder/kcontroladdedit.h2
-rw-r--r--keduca/keducabuilder/kcontrolheader.h2
-rw-r--r--keduca/keducabuilder/keducabuilder.h2
-rw-r--r--keduca/keducabuilder/keducaeditorstartdialog.h2
-rw-r--r--keduca/keducabuilder/klangcombo.h2
-rw-r--r--keduca/keducabuilder/ktagcombobox.h2
-rw-r--r--keduca/libkeduca/fileread.h2
-rw-r--r--keduca/libkeduca/kgallerydialog.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/keduca/keduca/kcheckeduca.h b/keduca/keduca/kcheckeduca.h
index 24c6f467..7766113e 100644
--- a/keduca/keduca/kcheckeduca.h
+++ b/keduca/keduca/kcheckeduca.h
@@ -28,7 +28,7 @@
class KCheckEduca : public TQCheckBox {
Q_OBJECT
- TQ_OBJECT
+
public:
KCheckEduca(TQWidget *parent=0, const char *name=0);
diff --git a/keduca/keduca/keduca.h b/keduca/keduca/keduca.h
index f272ec63..0f111585 100644
--- a/keduca/keduca/keduca.h
+++ b/keduca/keduca/keduca.h
@@ -34,7 +34,7 @@
class Keduca : public KParts::MainWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** construtor */
diff --git a/keduca/keduca/keduca_part.h b/keduca/keduca/keduca_part.h
index d87d7540..ea56c38e 100644
--- a/keduca/keduca/keduca_part.h
+++ b/keduca/keduca/keduca_part.h
@@ -36,7 +36,7 @@ class KAboutData;
class KEducaPart : public KParts::ReadOnlyPart
{
Q_OBJECT
- TQ_OBJECT
+
public:
/*
* Constructor.
diff --git a/keduca/keduca/keducaprefs.h b/keduca/keduca/keducaprefs.h
index 74c21454..5f545994 100644
--- a/keduca/keduca/keducaprefs.h
+++ b/keduca/keduca/keducaprefs.h
@@ -29,7 +29,7 @@
class KEducaPrefs : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
KEducaPrefs(TQWidget *parent=0, const char *name=0, bool modal=true);
diff --git a/keduca/keduca/keducaview.h b/keduca/keduca/keducaview.h
index ed226f1b..fec720cd 100644
--- a/keduca/keduca/keducaview.h
+++ b/keduca/keduca/keducaview.h
@@ -43,7 +43,7 @@ class KGroupEduca;
class KEducaView : public TQWidgetStack
{
Q_OBJECT
- TQ_OBJECT
+
public:
KEducaView(TQWidget *parent=0, const char *name=0);
diff --git a/keduca/keduca/kgroupeduca.h b/keduca/keduca/kgroupeduca.h
index ae507e2a..e551806e 100644
--- a/keduca/keduca/kgroupeduca.h
+++ b/keduca/keduca/kgroupeduca.h
@@ -27,7 +27,7 @@
*/
class KGroupEduca : public TQVButtonGroup {
Q_OBJECT
- TQ_OBJECT
+
public:
enum ButtonType { Radio, Check };
diff --git a/keduca/keduca/kquestion.h b/keduca/keduca/kquestion.h
index 23998da9..01ecfce7 100644
--- a/keduca/keduca/kquestion.h
+++ b/keduca/keduca/kquestion.h
@@ -33,7 +33,7 @@ class KProgress;
class KQuestion : public TQHBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
KQuestion(TQWidget *parent=0, const char *name=0);
diff --git a/keduca/keduca/kradioeduca.h b/keduca/keduca/kradioeduca.h
index 88dbcdb9..c42f372f 100644
--- a/keduca/keduca/kradioeduca.h
+++ b/keduca/keduca/kradioeduca.h
@@ -27,7 +27,7 @@
*/
class KRadioEduca : public TQRadioButton {
Q_OBJECT
- TQ_OBJECT
+
public:
KRadioEduca(TQWidget *parent=0, const char *name=0);
diff --git a/keduca/keducabuilder/kcontroladdedit.h b/keduca/keducabuilder/kcontroladdedit.h
index 74588f19..21e1fc94 100644
--- a/keduca/keducabuilder/kcontroladdedit.h
+++ b/keduca/keducabuilder/kcontroladdedit.h
@@ -35,7 +35,7 @@ class TQListViewItem;
class KControlAddEdit : public KControlAddEditBase {
Q_OBJECT
- TQ_OBJECT
+
public:
KControlAddEdit(TQWidget *parent = 0, const char *name = 0, bool modal = true, WFlags f = 0);
diff --git a/keduca/keducabuilder/kcontrolheader.h b/keduca/keducabuilder/kcontrolheader.h
index 5a30fef3..b4bf1489 100644
--- a/keduca/keducabuilder/kcontrolheader.h
+++ b/keduca/keducabuilder/kcontrolheader.h
@@ -33,7 +33,7 @@
class KControlHeader : public KDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
KControlHeader(FileRead *keducaFile, TQWidget *parent=0, const char *name=0);
diff --git a/keduca/keducabuilder/keducabuilder.h b/keduca/keducabuilder/keducabuilder.h
index feb9ec8c..d030013d 100644
--- a/keduca/keducabuilder/keducabuilder.h
+++ b/keduca/keducabuilder/keducabuilder.h
@@ -36,7 +36,7 @@
class KEducaBuilder : public KMainWindow {
Q_OBJECT
- TQ_OBJECT
+
public:
KEducaBuilder(TQWidget* parent=0, const char *name=0, WFlags f = WType_TopLevel | WDestructiveClose);
diff --git a/keduca/keducabuilder/keducaeditorstartdialog.h b/keduca/keducabuilder/keducaeditorstartdialog.h
index cc0a659a..e655d8b2 100644
--- a/keduca/keducabuilder/keducaeditorstartdialog.h
+++ b/keduca/keducabuilder/keducaeditorstartdialog.h
@@ -31,7 +31,7 @@ class KEducaBuilder;
*/
class KEducaEditorStartDialog : public KEducaEditorStartDialogBase{
Q_OBJECT
- TQ_OBJECT
+
public:
enum {Rejected=0, OpenDoc=1, OpenRecentDoc=2, Gallery=3, NewDoc=4}StartChoice;
/** Constructor.
diff --git a/keduca/keducabuilder/klangcombo.h b/keduca/keducabuilder/klangcombo.h
index 5111aaa7..fdb10006 100644
--- a/keduca/keducabuilder/klangcombo.h
+++ b/keduca/keducabuilder/klangcombo.h
@@ -35,7 +35,7 @@
class KLanguageCombo : public KTagComboBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
KLanguageCombo(TQWidget *parent=0, const char *name=0);
diff --git a/keduca/keducabuilder/ktagcombobox.h b/keduca/keducabuilder/ktagcombobox.h
index 6bfe636a..7ef0045e 100644
--- a/keduca/keducabuilder/ktagcombobox.h
+++ b/keduca/keducabuilder/ktagcombobox.h
@@ -39,7 +39,7 @@ class TQStringList;
class KTagComboBox : public TQComboBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
KTagComboBox(TQWidget *parent=0, const char *name=0);
diff --git a/keduca/libkeduca/fileread.h b/keduca/libkeduca/fileread.h
index 1a33dc83..dd4caa08 100644
--- a/keduca/libkeduca/fileread.h
+++ b/keduca/libkeduca/fileread.h
@@ -34,7 +34,7 @@ class TQFile;
class FileRead : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
FileRead( TQObject *parent=0, const char *name=0 );
diff --git a/keduca/libkeduca/kgallerydialog.h b/keduca/libkeduca/kgallerydialog.h
index 1e43a29b..cce2acaf 100644
--- a/keduca/libkeduca/kgallerydialog.h
+++ b/keduca/libkeduca/kgallerydialog.h
@@ -35,7 +35,7 @@ namespace KIO { class Job; }
class KGalleryDialog : public KGalleryDialogBase {
Q_OBJECT
- TQ_OBJECT
+
public:
KGalleryDialog(TQWidget *parent=0, const char *name=0);
~KGalleryDialog();