Remove spurious TQ_OBJECT instances

pull/1/head
Timothy Pearson 12 年前
父節點 e57f29147f
當前提交 307dce0e90

@ -44,7 +44,7 @@ class TQVBoxLayout;
class ProgressDialog : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
ProgressDialog( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~ProgressDialog();

@ -29,7 +29,7 @@ class KListBox;
class KPushButton;
class CommandPlugin : public Plugin {
Q_OBJECT
TQ_OBJECT
public:
const TQString getName() const;
const TQString getAccelName() const;

@ -33,7 +33,7 @@ class TQWidget;
class KIntNumInput;
class ConfDialog : public KDialogBase, public GUIModeSelector {
Q_OBJECT
TQ_OBJECT
public:
ConfDialog( TQWidget* parent = 0, const char* name = 0 );
~ConfDialog();

@ -24,7 +24,7 @@
class TQKeyEvent;
class DSLineEdit : public KLineEdit {
Q_OBJECT
TQ_OBJECT
public:
DSLineEdit( TQWidget* parent = 0, const char* name = 0 );
@ -47,7 +47,7 @@ class TQString;
*/
class CoordDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:
CoordDialog( const TQString & file, TQWidget *_parent=0, const char *name=0);
~CoordDialog();

@ -43,7 +43,7 @@ class TQWidget;
class MyDatePlugin: public Plugin {
Q_OBJECT
TQ_OBJECT
public:
const TQString getName() const;
const TQString getAccelName() const;

@ -27,7 +27,7 @@ class KComboBox;
/* A small helper class to allow layout changes in KDirSelectDialog */
class DSDirSelectDialog : public KFileDialog {
Q_OBJECT
TQ_OBJECT
public:
DSDirSelectDialog( TQWidget* parent );

@ -29,7 +29,7 @@ class TQCheckBox;
class EncodingPlugin : public Plugin {
Q_OBJECT
TQ_OBJECT
public:
const TQString getName() const;
const TQString getAccelName() const;

@ -25,7 +25,7 @@
class TQString;
class FileOperation: public TQObject {
Q_OBJECT
TQ_OBJECT
public:
FileOperation();
~FileOperation();

@ -39,7 +39,7 @@ class TQVBoxLayout;
class KFilePlugin;
class FilePlugin : public Plugin {
Q_OBJECT
TQ_OBJECT
public:
FilePlugin( KService* service );
~FilePlugin();

@ -24,7 +24,7 @@
class FirstStartDlg : public KDialogBase, public GUIModeSelector {
Q_OBJECT
TQ_OBJECT
public:
FirstStartDlg(TQWidget *parent=0, const char *name=0);
~FirstStartDlg();

@ -34,7 +34,7 @@ class KPushButton;
class HelpDialogData : public TQObject {
Q_OBJECT
TQ_OBJECT
public:
HelpDialogData() {}
~HelpDialogData() {}
@ -75,7 +75,7 @@ class HelpDialogData : public TQObject {
class HelpDialog : public TQDialog
{
Q_OBJECT
TQ_OBJECT
public:
HelpDialog( HelpDialogData* data, TQWidget* parent = 0,
const char* name = 0, bool modal = FALSE, WFlags fl = 0 );

@ -27,7 +27,7 @@ class TQTimer;
class KMyHistoryCombo : public KHistoryCombo {
Q_OBJECT
TQ_OBJECT
public:
/** Create a new KMyHistoryCombo which has automatic KRename default history
* handling and a custom popup menu to insert tokens if customPopup is true

@ -37,7 +37,7 @@ class TQPainter;
class TQPoint;
class KMyListBox : public KListBox {
Q_OBJECT
TQ_OBJECT
public:
enum { ASCENDING = 1, DESCENDING = 2, RANDOM = 3, NUMMERIC = 4, UNSORTED = 0 };

@ -26,7 +26,7 @@
class TQMouseEvent;
class KMyListView : public KListView {
Q_OBJECT
TQ_OBJECT
public:
KMyListView( TQValueList<manualchanges>* _changes, KMyListBox* _list, TQWidget* parent=0, const char* name=0 );
~KMyListView();

@ -34,7 +34,7 @@
class KRecursiveLister : public TQObject {
Q_OBJECT
TQ_OBJECT
public:
KRecursiveLister(TQObject *parent=0, const char *name=0);

@ -63,7 +63,7 @@ KPushButton* createButton( KGuiItem item, TQWidget* parent );
class KRenameImpl : public TQObject, public KRenameDCOP {
Q_OBJECT
TQ_OBJECT
friend class ProfileManager;
friend class ProfileDlg;

@ -34,7 +34,7 @@ class TQVBoxLayout;
class TQWidget;
class MyDirPlugin : public Plugin {
Q_OBJECT
TQ_OBJECT
public:
const TQString getName() const;
const TQString getAccelName() const;

@ -30,7 +30,7 @@ class TQString;
class MyInputDialog : public TQDialog
{
Q_OBJECT
TQ_OBJECT
public:
MyInputDialog( TQString filename, bool revertEnabled = true, TQWidget* parent = 0 );
~MyInputDialog();

@ -28,7 +28,7 @@
class KMyIntSpinBox : public KIntSpinBox
{
Q_OBJECT
TQ_OBJECT
public:
KMyIntSpinBox( TQWidget* parent )
: KIntSpinBox( parent )
@ -46,7 +46,7 @@ class KListBox;
class KPushButton;
class NumberDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:
NumberDialog(TQValueList<int> & n,TQWidget *parent=0);
~NumberDialog();

@ -41,7 +41,7 @@ class TQWidget;
// Plugin class starts here
class MyPermPlugin: public Plugin {
Q_OBJECT
TQ_OBJECT
public:
const TQString getName() const;
const TQString getAccelName() const;

@ -28,7 +28,7 @@ class TQString;
class TQWidget;
class PicturePlugin : public FilePlugin {
Q_OBJECT
TQ_OBJECT
public:
PicturePlugin();

@ -30,7 +30,7 @@ class TQWidget;
class TQVBoxLayout;
class Plugin : public TQObject {
Q_OBJECT
TQ_OBJECT
public:
Plugin();
virtual ~Plugin();

@ -54,7 +54,7 @@ class ProfileManager {
class ProfileDlg : public KDialogBase, public ProfileManager
{
Q_OBJECT
TQ_OBJECT
public:
ProfileDlg(KRenameImpl* krename, TQWidget *parent = 0, const char *name = 0);

@ -36,7 +36,7 @@ class KListView;
class ReplaceDialog : public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:
ReplaceDialog( TQValueList<replacestrings> & r, TQWidget* parent = 0 );

@ -30,7 +30,7 @@ class TQString;
class TQTabWidget;
class tabs : public TQDialog {
Q_OBJECT
TQ_OBJECT
public:
tabs(KRenameImpl* impl, TQRect r, TQWidget *parent=0, const char *name=0);
~tabs();

@ -50,7 +50,7 @@ class FileList : public TQPtrList<KFileItem> {
class ThreadedLister : public TQObject, public TQThread
{
Q_OBJECT
TQ_OBJECT
public:
ThreadedLister( TQMutex* mutex, unsigned int* counter, KMyListBox* list );
~ThreadedLister();

@ -35,7 +35,7 @@
*/
class TranslitPlugin : public Plugin {
Q_OBJECT
TQ_OBJECT
public:
const TQString getName() const;
const TQString getAccelName() const;

@ -31,7 +31,7 @@ class TQLabel;
class UndoDialog : public KDialogBase
{
Q_OBJECT
TQ_OBJECT
public:
UndoDialog( TQWidget* parent = 0 );
~UndoDialog();

@ -32,7 +32,7 @@ class TQWidget;
class wizard : public KWizard
{
Q_OBJECT
TQ_OBJECT
public:
wizard( KRenameImpl* impl, TQRect r, TQWidget* parent = 0, const char* name = 0 );

載入中…
取消
儲存