summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:01:50 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:01:50 -0600
commit37f7c7c47abcbf624be797ab463ade2d0b6e27ef (patch)
tree76119b0e27d53327619833233f19e0fc3d70f8b7 /src
parent217d3f3bc621be16589532ad598defffb2f9a222 (diff)
downloadsoundkonverter-37f7c7c47abcbf624be797ab463ade2d0b6e27ef.tar.gz
soundkonverter-37f7c7c47abcbf624be797ab463ade2d0b6e27ef.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src')
-rwxr-xr-xsrc/cddb.h2
-rwxr-xr-xsrc/cdmanager.h2
-rwxr-xr-xsrc/cdopener.h2
-rwxr-xr-xsrc/combobutton.h2
-rwxr-xr-xsrc/config.h2
-rwxr-xr-xsrc/configbackendspage.h2
-rwxr-xr-xsrc/configdialog.h2
-rwxr-xr-xsrc/configenvironmentpage.h2
-rwxr-xr-xsrc/configgeneralpage.h2
-rwxr-xr-xsrc/configpagebase.h2
-rwxr-xr-xsrc/configpluginspage.h2
-rwxr-xr-xsrc/convert.h2
-rwxr-xr-xsrc/cuesheeteditor.h2
-rwxr-xr-xsrc/dirdialog.h2
-rwxr-xr-xsrc/filelist.h2
-rwxr-xr-xsrc/logger.h2
-rwxr-xr-xsrc/logviewer.h4
-rwxr-xr-xsrc/options.h2
-rwxr-xr-xsrc/optionsdetailed.h2
-rwxr-xr-xsrc/optionseditor.h2
-rwxr-xr-xsrc/optionsrequester.h2
-rwxr-xr-xsrc/optionssimple.h2
-rwxr-xr-xsrc/outputdirectory.h2
-rwxr-xr-xsrc/pluginloader/convertpluginloader.h2
-rwxr-xr-xsrc/pluginloader/formatinfoloader.h2
-rwxr-xr-xsrc/pluginloader/pluginloaderbase.h2
-rwxr-xr-xsrc/pluginloader/replaygainpluginloader.h2
-rwxr-xr-xsrc/pluginloader/ripperpluginloader.h2
-rwxr-xr-xsrc/progressindicator.h2
-rwxr-xr-xsrc/replaygain.h2
-rwxr-xr-xsrc/replaygainfilelist.h2
-rwxr-xr-xsrc/replaygainscanner.h2
-rwxr-xr-xsrc/soundkonverter.h2
-rwxr-xr-xsrc/soundkonverterapp.h2
34 files changed, 35 insertions, 35 deletions
diff --git a/src/cddb.h b/src/cddb.h
index e201093..6065a18 100755
--- a/src/cddb.h
+++ b/src/cddb.h
@@ -32,7 +32,7 @@ class KExtendedSocket;
class CDDB : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
CDDB();
~CDDB();
diff --git a/src/cdmanager.h b/src/cdmanager.h
index 4cc8aa8..57d8c4c 100755
--- a/src/cdmanager.h
+++ b/src/cdmanager.h
@@ -44,7 +44,7 @@ public:
class CDManager : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/cdopener.h b/src/cdopener.h
index 7a676b9..379d54a 100755
--- a/src/cdopener.h
+++ b/src/cdopener.h
@@ -26,7 +26,7 @@ class TQListViewItem;
class CDOpener : public KDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
// enum Mode {
// all_tracks,
diff --git a/src/combobutton.h b/src/combobutton.h
index d96daaa..2f49a70 100755
--- a/src/combobutton.h
+++ b/src/combobutton.h
@@ -18,7 +18,7 @@ class KComboBox;
class ComboButton : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum SizeMode {
Min, Max
diff --git a/src/config.h b/src/config.h
index 673150d..da8c21e 100755
--- a/src/config.h
+++ b/src/config.h
@@ -66,7 +66,7 @@ public:
class Config : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/configbackendspage.h b/src/configbackendspage.h
index 8165139..3ca26ff 100755
--- a/src/configbackendspage.h
+++ b/src/configbackendspage.h
@@ -25,7 +25,7 @@ class TQVBox;
class ConfigBackendsPage : public ConfigPageBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Default Constructor
diff --git a/src/configdialog.h b/src/configdialog.h
index bcb9c70..6c04e4f 100755
--- a/src/configdialog.h
+++ b/src/configdialog.h
@@ -22,7 +22,7 @@ class ConfigBackendsPage;
class ConfigDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Page {
GeneralPage,
diff --git a/src/configenvironmentpage.h b/src/configenvironmentpage.h
index c92e7a1..e1ea1f2 100755
--- a/src/configenvironmentpage.h
+++ b/src/configenvironmentpage.h
@@ -17,7 +17,7 @@ class KListBox;
class ConfigEnvironmentPage : public ConfigPageBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Default Constructor
diff --git a/src/configgeneralpage.h b/src/configgeneralpage.h
index 35cfa5d..ac0455b 100755
--- a/src/configgeneralpage.h
+++ b/src/configgeneralpage.h
@@ -20,7 +20,7 @@ class KPushButton;
class ConfigGeneralPage : public ConfigPageBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Default Constructor
diff --git a/src/configpagebase.h b/src/configpagebase.h
index 07bffde..6455af3 100755
--- a/src/configpagebase.h
+++ b/src/configpagebase.h
@@ -13,7 +13,7 @@
class ConfigPageBase : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/configpluginspage.h b/src/configpluginspage.h
index 9525faf..5925113 100755
--- a/src/configpluginspage.h
+++ b/src/configpluginspage.h
@@ -19,7 +19,7 @@ class TQCheckBox;
class ConfigPluginsPage : public ConfigPageBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Default Constructor
diff --git a/src/convert.h b/src/convert.h
index 1bde423..b880ab2 100755
--- a/src/convert.h
+++ b/src/convert.h
@@ -122,7 +122,7 @@ public:
class Convert : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/cuesheeteditor.h b/src/cuesheeteditor.h
index 58fed4e..8d279aa 100755
--- a/src/cuesheeteditor.h
+++ b/src/cuesheeteditor.h
@@ -18,7 +18,7 @@ class KPushButton;
class CuesheetEditor : public KDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Default Constructor
diff --git a/src/dirdialog.h b/src/dirdialog.h
index 97ff028..7cb850a 100755
--- a/src/dirdialog.h
+++ b/src/dirdialog.h
@@ -21,7 +21,7 @@ class KListBox;
class DirDialog : public KDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Mode {
Convert = 0x0001,
diff --git a/src/filelist.h b/src/filelist.h
index 272dd0c..70e2772 100755
--- a/src/filelist.h
+++ b/src/filelist.h
@@ -86,7 +86,7 @@ public:
class FileList : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/logger.h b/src/logger.h
index 53fbbc2..943f022 100755
--- a/src/logger.h
+++ b/src/logger.h
@@ -48,7 +48,7 @@ public:
class Logger : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/logviewer.h b/src/logviewer.h
index 50da656..4ba7ab8 100755
--- a/src/logviewer.h
+++ b/src/logviewer.h
@@ -56,7 +56,7 @@ public:
class LogViewerList : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
@@ -82,7 +82,7 @@ public:
class LogViewer : public KDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Default Constructor
diff --git a/src/options.h b/src/options.h
index d3e96f7..03637bc 100755
--- a/src/options.h
+++ b/src/options.h
@@ -46,7 +46,7 @@ struct ProfileData
class Options : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/optionsdetailed.h b/src/optionsdetailed.h
index cdab64c..4a5de22 100755
--- a/src/optionsdetailed.h
+++ b/src/optionsdetailed.h
@@ -27,7 +27,7 @@ class KToolBarButton;
class OptionsDetailed : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/optionseditor.h b/src/optionseditor.h
index 678b444..3ac1fdf 100755
--- a/src/optionseditor.h
+++ b/src/optionseditor.h
@@ -27,7 +27,7 @@ class TQLabel;
class OptionsEditor : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Page {
OptionsPage,
diff --git a/src/optionsrequester.h b/src/optionsrequester.h
index 80f8aaa..33ea2c2 100755
--- a/src/optionsrequester.h
+++ b/src/optionsrequester.h
@@ -20,7 +20,7 @@ class KPushButton;
class OptionsRequester : public KDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Default Constructor
diff --git a/src/optionssimple.h b/src/optionssimple.h
index 94d17d7..11262da 100755
--- a/src/optionssimple.h
+++ b/src/optionssimple.h
@@ -24,7 +24,7 @@ class KPushButton;
class OptionsSimple : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/outputdirectory.h b/src/outputdirectory.h
index 677427e..9c25d59 100755
--- a/src/outputdirectory.h
+++ b/src/outputdirectory.h
@@ -21,7 +21,7 @@ class KToolBarButton;
class OutputDirectory : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Mode {
// Default,
diff --git a/src/pluginloader/convertpluginloader.h b/src/pluginloader/convertpluginloader.h
index 52c2374..f07b106 100755
--- a/src/pluginloader/convertpluginloader.h
+++ b/src/pluginloader/convertpluginloader.h
@@ -170,7 +170,7 @@ public:
class ConvertPluginLoader : public PluginLoaderBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/pluginloader/formatinfoloader.h b/src/pluginloader/formatinfoloader.h
index 583cb9c..c84e54e 100755
--- a/src/pluginloader/formatinfoloader.h
+++ b/src/pluginloader/formatinfoloader.h
@@ -45,7 +45,7 @@ public:
class FormatInfoLoader : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/pluginloader/pluginloaderbase.h b/src/pluginloader/pluginloaderbase.h
index 8ca9dbe..746c6ed 100755
--- a/src/pluginloader/pluginloaderbase.h
+++ b/src/pluginloader/pluginloaderbase.h
@@ -19,7 +19,7 @@
class PluginLoaderBase : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Do we recommend this backend to the user
diff --git a/src/pluginloader/replaygainpluginloader.h b/src/pluginloader/replaygainpluginloader.h
index 639514f..e885b88 100755
--- a/src/pluginloader/replaygainpluginloader.h
+++ b/src/pluginloader/replaygainpluginloader.h
@@ -69,7 +69,7 @@ public:
class ReplayGainPluginLoader : public PluginLoaderBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/pluginloader/ripperpluginloader.h b/src/pluginloader/ripperpluginloader.h
index 7221d54..7cc2ad3 100755
--- a/src/pluginloader/ripperpluginloader.h
+++ b/src/pluginloader/ripperpluginloader.h
@@ -64,7 +64,7 @@ public:
class RipperPluginLoader : public PluginLoaderBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/progressindicator.h b/src/progressindicator.h
index b879136..9c92a37 100755
--- a/src/progressindicator.h
+++ b/src/progressindicator.h
@@ -18,7 +18,7 @@ class KSystemTray;
class ProgressIndicator : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/replaygain.h b/src/replaygain.h
index 568d3a8..d844ae7 100755
--- a/src/replaygain.h
+++ b/src/replaygain.h
@@ -18,7 +18,7 @@ class KProcess;
class ReplayGain : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Mode {
calc_track = 0x0001,
diff --git a/src/replaygainfilelist.h b/src/replaygainfilelist.h
index 2be294d..d09873d 100755
--- a/src/replaygainfilelist.h
+++ b/src/replaygainfilelist.h
@@ -109,7 +109,7 @@ private:
class ReplayGainFileList : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/replaygainscanner.h b/src/replaygainscanner.h
index b032411..a613d0a 100755
--- a/src/replaygainscanner.h
+++ b/src/replaygainscanner.h
@@ -25,7 +25,7 @@ class KProgress;
class ReplayGainScanner : public KDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/soundkonverter.h b/src/soundkonverter.h
index 3ba52aa..bc2dbbb 100755
--- a/src/soundkonverter.h
+++ b/src/soundkonverter.h
@@ -35,7 +35,7 @@ class KSystemTray;
class soundKonverter : public KMainWindow, virtual public DCOPInterface
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor
diff --git a/src/soundkonverterapp.h b/src/soundkonverterapp.h
index d4ef700..a87e526 100755
--- a/src/soundkonverterapp.h
+++ b/src/soundkonverterapp.h
@@ -17,7 +17,7 @@ class soundKonverter;
class soundKonverterApp : public KUniqueApplication
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor.