Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/12/head
Michele Calgaro 10 months ago
parent ec1a422d2f
commit 3f99eceeeb
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -33,7 +33,7 @@ class KFileItem;
class TQCString; class TQCString;
class tdeio_krarcProtocol : public TQObject, public TDEIO::SlaveBase { class tdeio_krarcProtocol : public TQObject, public TDEIO::SlaveBase {
Q_OBJECT TQ_OBJECT
public: public:
tdeio_krarcProtocol(const TQCString &pool_socket, const TQCString &app_socket); tdeio_krarcProtocol(const TQCString &pool_socket, const TQCString &app_socket);
@ -105,7 +105,7 @@ private:
}; };
class KrShellProcess : public KShellProcess { class KrShellProcess : public KShellProcess {
Q_OBJECT TQ_OBJECT
public: public:
KrShellProcess() : KShellProcess(), errorMsg( TQString() ), outputMsg( TQString() ) { KrShellProcess() : KShellProcess(), errorMsg( TQString() ), outputMsg( TQString() ) {

@ -18,7 +18,7 @@
class UserActionPage; class UserActionPage;
class ActionMan : public KDialogBase { class ActionMan : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
ActionMan( TQWidget* parent=0 ); ActionMan( TQWidget* parent=0 );

@ -23,7 +23,7 @@ class TDEShortcut;
* @author Jonas Bähr (http://www.jonas-baehr.de) * @author Jonas Bähr (http://www.jonas-baehr.de)
*/ */
class ActionProperty : public ActionPropertyBase { class ActionProperty : public ActionPropertyBase {
Q_OBJECT TQ_OBJECT
public: public:
ActionProperty( TQWidget *parent=0, const char *name=0, KrAction *action=0 ); ActionProperty( TQWidget *parent=0, const char *name=0, KrAction *action=0 );

@ -112,7 +112,7 @@ private:
* used with default = "__placeholder" * used with default = "__placeholder"
*/ */
class ParameterPlaceholder : public ParameterBase { class ParameterPlaceholder : public ParameterBase {
Q_OBJECT TQ_OBJECT
public: public:
ParameterPlaceholder( const exp_parameter& parameter, TQWidget* parent ); ParameterPlaceholder( const exp_parameter& parameter, TQWidget* parent );
@ -162,7 +162,7 @@ private:
* used with default = "__file" * used with default = "__file"
*/ */
class ParameterFile : public ParameterBase { class ParameterFile : public ParameterBase {
Q_OBJECT TQ_OBJECT
public: public:
ParameterFile( const exp_parameter& parameter, TQWidget* parent ); ParameterFile( const exp_parameter& parameter, TQWidget* parent );
@ -212,7 +212,7 @@ private:
* used with default = "__goto" * used with default = "__goto"
*/ */
class ParameterGoto : public ParameterBase { class ParameterGoto : public ParameterBase {
Q_OBJECT TQ_OBJECT
public: public:
ParameterGoto( const exp_parameter& parameter, TQWidget* parent ); ParameterGoto( const exp_parameter& parameter, TQWidget* parent );
@ -298,7 +298,7 @@ private:
* See Parameter-Classes for details * See Parameter-Classes for details
*/ */
class ParameterDialog : public KDialogBase { class ParameterDialog : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
ParameterDialog( const exp_placeholder* currentPlaceholder, TQWidget *parent ); ParameterDialog( const exp_placeholder* currentPlaceholder, TQWidget *parent );

@ -22,7 +22,7 @@ class TQToolButton;
* @author Jonas Bähr * @author Jonas Bähr
*/ */
class UserActionPage : public TQWidget { class UserActionPage : public TQWidget {
Q_OBJECT TQ_OBJECT
public: public:
UserActionPage( TQWidget* parent ); UserActionPage( TQWidget* parent );

@ -11,7 +11,7 @@
#include <tqtoolbutton.h> #include <tqtoolbutton.h>
class KrAddBookmarkDlg: public KDialogBase { class KrAddBookmarkDlg: public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
KrAddBookmarkDlg(TQWidget *parent, KURL url = 0); KrAddBookmarkDlg(TQWidget *parent, KURL url = 0);

@ -8,7 +8,7 @@
class TDEActionCollection; class TDEActionCollection;
class KrBookmark: public TDEAction { class KrBookmark: public TDEAction {
Q_OBJECT TQ_OBJECT
public: public:
KrBookmark(TQString name, KURL url, TDEActionCollection *parent, TQString icon = "", TQString actionName = TQString() ); KrBookmark(TQString name, KURL url, TDEActionCollection *parent, TQString icon = "", TQString actionName = TQString() );

@ -5,7 +5,7 @@
#include "krbookmarkhandler.h" #include "krbookmarkhandler.h"
class KrBookmarkButton: public TQToolButton { class KrBookmarkButton: public TQToolButton {
Q_OBJECT TQ_OBJECT
public: public:
KrBookmarkButton(TQWidget *parent); KrBookmarkButton(TQWidget *parent);

@ -15,7 +15,7 @@ class TDEActionCollection;
class KBookmarkManager; class KBookmarkManager;
class KrBookmarkHandler: public TQObject { class KrBookmarkHandler: public TQObject {
Q_OBJECT TQ_OBJECT
friend class KrAddBookmarkDlg; friend class KrAddBookmarkDlg;
enum Actions { BookmarkCurrent=0, ManageBookmarks }; enum Actions { BookmarkCurrent=0, ManageBookmarks };

@ -74,7 +74,7 @@ public:
}; };
class KURLRequesterDlgForCopy : public KDialogBase { class KURLRequesterDlgForCopy : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
KURLRequesterDlgForCopy( const TQString& url, const TQString& text, bool presAttrs, KURLRequesterDlgForCopy( const TQString& url, const TQString& text, bool presAttrs,
@ -99,7 +99,7 @@ private:
}; };
class KRGetDate : public KDialog { class KRGetDate : public KDialog {
Q_OBJECT TQ_OBJECT
public: public:
KRGetDate(TQDate date=TQDate::currentDate(), TQWidget *parent = 0, const char *name = 0); KRGetDate(TQDate date=TQDate::currentDate(), TQWidget *parent = 0, const char *name = 0);

@ -20,7 +20,7 @@
*/ */
class KrKeyDialog : protected KKeyDialog class KrKeyDialog : protected KKeyDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:
KrKeyDialog( TQWidget* parent = 0 ); KrKeyDialog( TQWidget* parent = 0 );

@ -43,7 +43,7 @@ class TQPushButton;
class KRMaskChoice : public TQDialog class KRMaskChoice : public TQDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -40,7 +40,7 @@ class TDEProcess;
class KRPleaseWait; class KRPleaseWait;
class KRPleaseWaitHandler : public TQObject { class KRPleaseWaitHandler : public TQObject {
Q_OBJECT TQ_OBJECT
public: public:
@ -65,7 +65,7 @@ private:
class KRPleaseWait : public TQProgressDialog { class KRPleaseWait : public TQProgressDialog {
Q_OBJECT TQ_OBJECT
public: public:
KRPleaseWait( TQString msg, int count = 0 ,bool cancel = false ); KRPleaseWait( TQString msg, int count = 0 ,bool cancel = false );

@ -33,7 +33,7 @@
#include <tqobject.h> #include <tqobject.h>
class KrProgress : public TDEIO::ProgressBase { class KrProgress : public TDEIO::ProgressBase {
Q_OBJECT TQ_OBJECT
public: public:

@ -43,7 +43,7 @@ A
class KRPieSlice; class KRPieSlice;
class KRPie : public TQWidget { class KRPie : public TQWidget {
Q_OBJECT TQ_OBJECT
public: public:
KRPie( TDEIO::filesize_t _totalSize, TQWidget *parent = 0 ); KRPie( TDEIO::filesize_t _totalSize, TQWidget *parent = 0 );
@ -59,7 +59,7 @@ class KRPie : public TQWidget {
}; };
class KRFSDisplay : public TQWidget { class KRFSDisplay : public TQWidget {
Q_OBJECT TQ_OBJECT
public: public:
// this constructor is used for a mounted filesystem // this constructor is used for a mounted filesystem
@ -103,7 +103,7 @@ class KRPieSlice {
}; };
class KrQuickSearch: public KLineEdit { class KrQuickSearch: public KLineEdit {
Q_OBJECT TQ_OBJECT
public: public:
KrQuickSearch(TQWidget *parent, const char * name = 0); KrQuickSearch(TQWidget *parent, const char * name = 0);

@ -15,7 +15,7 @@ NEW: a special setText() method allows to choose which part of the string should
be displayed (example: make sure that search results won't be cut out) be displayed (example: make sure that search results won't be cut out)
*/ */
class KrSqueezedTextLabel : public KSqueezedTextLabel { class KrSqueezedTextLabel : public KSqueezedTextLabel {
Q_OBJECT TQ_OBJECT
public: public:
KrSqueezedTextLabel(TQWidget *parent = 0, const char *name = 0); KrSqueezedTextLabel(TQWidget *parent = 0, const char *name = 0);

@ -40,7 +40,7 @@
class KURLListRequester : public TQWidget class KURLListRequester : public TQWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -22,7 +22,7 @@ class KComboBox;
class KHistoryCombo; class KHistoryCombo;
class newFTPGUI : public TQDialog { class newFTPGUI : public TQDialog {
Q_OBJECT TQ_OBJECT
public: public:
newFTPGUI( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); newFTPGUI( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );

@ -34,7 +34,7 @@
#include "packguibase.h" #include "packguibase.h"
class PackGUI : public PackGUIBase { class PackGUI : public PackGUIBase {
Q_OBJECT TQ_OBJECT
public: public:
PackGUI(TQString defaultName, TQString defaultPath, int noOfFiles, TQString filename=""); PackGUI(TQString defaultName, TQString defaultPath, int noOfFiles, TQString filename="");

@ -50,7 +50,7 @@ class KHistoryCombo;
class PackGUIBase : public TQDialog class PackGUIBase : public TQDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -37,7 +37,7 @@
class PercentalSplitterToolTip; class PercentalSplitterToolTip;
class PercentalSplitter : public TQSplitter { class PercentalSplitter : public TQSplitter {
Q_OBJECT TQ_OBJECT
public: public:

@ -27,7 +27,7 @@ typedef struct _UrlNode {
class PopularUrlsDlg; class PopularUrlsDlg;
class PopularUrls : public TQObject { class PopularUrls : public TQObject {
Q_OBJECT TQ_OBJECT
public: public:
PopularUrls(TQObject *parent = 0, const char *name = 0); PopularUrls(TQObject *parent = 0, const char *name = 0);
@ -63,7 +63,7 @@ class TDEListView;
class TDEListViewSearchLine; class TDEListViewSearchLine;
class PopularUrlsDlg: public KDialogBase { class PopularUrlsDlg: public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
PopularUrlsDlg(); PopularUrlsDlg();

@ -62,7 +62,7 @@ class LoaderWidget;
class DiskUsage : public TQWidgetStack class DiskUsage : public TQWidgetStack
{ {
Q_OBJECT TQ_OBJECT
public: public:
@ -176,7 +176,7 @@ protected:
class LoaderWidget : public TQScrollView class LoaderWidget : public TQScrollView
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -41,7 +41,7 @@
class DiskUsageGUI : public TQDialog class DiskUsageGUI : public TQDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -37,7 +37,7 @@
class DUFilelight : public RadialMap::Widget class DUFilelight : public RadialMap::Widget
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -39,7 +39,7 @@ class DULinesToolTip;
class DULines : public TQListView class DULines : public TQListView
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -114,7 +114,7 @@ private:
class DUListView : public TQListView class DUListView : public TQListView
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -52,7 +52,7 @@ namespace RadialMap
class Widget : public TQWidget class Widget : public TQWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -43,7 +43,7 @@
class AdvancedFilter : public TQWidget, public FilterBase class AdvancedFilter : public TQWidget, public FilterBase
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -39,7 +39,7 @@ class GeneralFilter;
class FilterDialog : public KDialogBase class FilterDialog : public KDialogBase
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -38,7 +38,7 @@
class FilterTabs : public TQObject class FilterTabs : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -47,7 +47,7 @@
class GeneralFilter : public TQWidget, public FilterBase class GeneralFilter : public TQWidget, public FilterBase
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -30,7 +30,7 @@ class DirHistoryQueue;
*/ */
class DirHistoryButton : public TQToolButton { class DirHistoryButton : public TQToolButton {
Q_OBJECT TQ_OBJECT
public: public:
DirHistoryButton(DirHistoryQueue* hQ, TQWidget *parent=0, const char *name=0); DirHistoryButton(DirHistoryQueue* hQ, TQWidget *parent=0, const char *name=0);

@ -28,7 +28,7 @@ class ListPanel;
*/ */
class DirHistoryQueue : public TQObject { class DirHistoryQueue : public TQObject {
Q_OBJECT TQ_OBJECT
public: public:
DirHistoryQueue(ListPanel* p); DirHistoryQueue(ListPanel* p);

@ -49,7 +49,7 @@
class KCMDModeButton; class KCMDModeButton;
class KrHistoryCombo: public KHistoryCombo { class KrHistoryCombo: public KHistoryCombo {
Q_OBJECT TQ_OBJECT
public: public:
@ -63,7 +63,7 @@ class KrHistoryCombo: public KHistoryCombo {
}; };
class KCMDLine : public TQWidget, KrActionBase { class KCMDLine : public TQWidget, KrActionBase {
Q_OBJECT TQ_OBJECT
public: public:
KCMDLine( TQWidget *parent = 0, const char *name = 0 ); KCMDLine( TQWidget *parent = 0, const char *name = 0 );

@ -35,7 +35,7 @@ class TDEActionMenu;
* containing the actions to actually switch the mode. * containing the actions to actually switch the mode.
*/ */
class KCMDModeButton : public TQToolButton { class KCMDModeButton : public TQToolButton {
Q_OBJECT TQ_OBJECT
public: public:
/** Constructor. Sets up the menu, and the icon */ /** Constructor. Sets up the menu, and the icon */

@ -39,7 +39,7 @@
// Function Keys widget // Function Keys widget
/////////////////////// ///////////////////////
class KFnKeys : public TQWidget { class KFnKeys : public TQWidget {
Q_OBJECT TQ_OBJECT
public: public:

@ -39,7 +39,7 @@
class KrRemoteEncodingMenu: public TDEActionMenu class KrRemoteEncodingMenu: public TDEActionMenu
{ {
Q_OBJECT TQ_OBJECT
public: public:
KrRemoteEncodingMenu (const TQString &text, const TQString &icon, TQObject *parent=0, const char *name=0); KrRemoteEncodingMenu (const TQString &text, const TQString &icon, TQObject *parent=0, const char *name=0);

@ -43,7 +43,7 @@
#include <tdelocale.h> #include <tdelocale.h>
class KrusaderStatus : public KStatusBar { class KrusaderStatus : public KStatusBar {
Q_OBJECT TQ_OBJECT
public: public:
KrusaderStatus(TQWidget *parent=0, const char *name=0); KrusaderStatus(TQWidget *parent=0, const char *name=0);

@ -47,7 +47,7 @@ class TQPopupMenu;
class KMountPoint; class KMountPoint;
class MediaButton : public TQToolButton { class MediaButton : public TQToolButton {
Q_OBJECT TQ_OBJECT
public: public:
MediaButton(TQWidget *parent=0, const char *name=0); MediaButton(TQWidget *parent=0, const char *name=0);

@ -36,7 +36,7 @@
class ProfileManager : public TQPushButton class ProfileManager : public TQPushButton
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -47,7 +47,7 @@ The current version only manages sync-browse and got no mode-switch options.
*/ */
class SyncBrowseButton : public TQToolButton { class SyncBrowseButton : public TQToolButton {
Q_OBJECT TQ_OBJECT
public: public:
SyncBrowseButton(TQWidget *parent=0, const char *name=0); SyncBrowseButton(TQWidget *parent=0, const char *name=0);

@ -38,7 +38,7 @@
class DiskUsageViewer : public TQWidget class DiskUsageViewer : public TQWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -27,7 +27,7 @@ class KFileDialog;
class KFileItem; class KFileItem;
class KrusaderImageFilePreview : public KPreviewWidgetBase { class KrusaderImageFilePreview : public KPreviewWidgetBase {
Q_OBJECT TQ_OBJECT
public: public:

@ -38,7 +38,7 @@ class TQPopupMenu;
class PanelViewerBase; class PanelViewerBase;
class KrViewer : public KParts::MainWindow { class KrViewer : public KParts::MainWindow {
Q_OBJECT TQ_OBJECT
public: public:
virtual ~KrViewer(); virtual ~KrViewer();
@ -111,7 +111,7 @@ private:
}; };
class Invoker : public TQObject { class Invoker : public TQObject {
Q_OBJECT TQ_OBJECT
public: public:

@ -14,7 +14,7 @@
class PanelViewerBase: public TQWidgetStack { class PanelViewerBase: public TQWidgetStack {
Q_OBJECT TQ_OBJECT
public: public:
@ -46,7 +46,7 @@ protected:
}; };
class PanelViewer: public PanelViewerBase { class PanelViewer: public PanelViewerBase {
Q_OBJECT TQ_OBJECT
public slots: public slots:
KParts::ReadOnlyPart* openURL( const KURL &url, KrViewer::Mode mode=KrViewer::Generic ); KParts::ReadOnlyPart* openURL( const KURL &url, KrViewer::Mode mode=KrViewer::Generic );
@ -65,7 +65,7 @@ protected:
}; };
class PanelEditor: public PanelViewerBase { class PanelEditor: public PanelViewerBase {
Q_OBJECT TQ_OBJECT
public: public:
virtual bool isModified(); virtual bool isModified();

@ -35,7 +35,7 @@
class KgAdvanced : public KonfiguratorPage class KgAdvanced : public KonfiguratorPage
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -35,7 +35,7 @@
class KgArchives : public KonfiguratorPage class KgArchives : public KonfiguratorPage
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -39,7 +39,7 @@
class KgColors : public KonfiguratorPage class KgColors : public KonfiguratorPage
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -38,7 +38,7 @@ class TQTabWidget;
class KgDependencies : public KonfiguratorPage class KgDependencies : public KonfiguratorPage
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -35,7 +35,7 @@
class KgGeneral : public KonfiguratorPage class KgGeneral : public KonfiguratorPage
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -37,7 +37,7 @@ class TQListView;
class KgLookFeel : public KonfiguratorPage class KgLookFeel : public KonfiguratorPage
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -38,7 +38,7 @@
class KgProtocols : public KonfiguratorPage class KgProtocols : public KonfiguratorPage
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -35,7 +35,7 @@
class KgStartup : public KonfiguratorPage class KgStartup : public KonfiguratorPage
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -39,7 +39,7 @@ class UserActionListView;
class KgUserActions : public KonfiguratorPage class KgUserActions : public KonfiguratorPage
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -35,7 +35,7 @@
class KgWelcome : public KonfiguratorPage class KgWelcome : public KonfiguratorPage
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -44,7 +44,7 @@ class TQString;
class Konfigurator : public KDialogBase class Konfigurator : public KDialogBase
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -54,7 +54,7 @@
class KonfiguratorExtension : public TQObject class KonfiguratorExtension : public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
@ -105,7 +105,7 @@ protected:
class KonfiguratorCheckBox : public TQCheckBox class KonfiguratorCheckBox : public TQCheckBox
{ {
Q_OBJECT TQ_OBJECT
public: public:
@ -130,7 +130,7 @@ protected:
class KonfiguratorSpinBox : public TQSpinBox class KonfiguratorSpinBox : public TQSpinBox
{ {
Q_OBJECT TQ_OBJECT
public: public:
@ -172,7 +172,7 @@ private:
class KonfiguratorRadioButtons : public TQButtonGroup class KonfiguratorRadioButtons : public TQButtonGroup
{ {
Q_OBJECT TQ_OBJECT
public: public:
@ -210,7 +210,7 @@ protected:
class KonfiguratorEditBox : public TQLineEdit class KonfiguratorEditBox : public TQLineEdit
{ {
Q_OBJECT TQ_OBJECT
public: public:
@ -236,7 +236,7 @@ protected:
class KonfiguratorURLRequester : public KURLRequester class KonfiguratorURLRequester : public KURLRequester
{ {
Q_OBJECT TQ_OBJECT
public: public:
@ -261,7 +261,7 @@ protected:
class KonfiguratorFontChooser : public TQHBox class KonfiguratorFontChooser : public TQHBox
{ {
Q_OBJECT TQ_OBJECT
public: public:
@ -312,7 +312,7 @@ struct KONFIGURATOR_NAME_VALUE_TIP
class KonfiguratorComboBox : public TQComboBox class KonfiguratorComboBox : public TQComboBox
{ {
Q_OBJECT TQ_OBJECT
public: public:
@ -351,7 +351,7 @@ typedef struct
class KonfiguratorColorChooser : public TQComboBox class KonfiguratorColorChooser : public TQComboBox
{ {
Q_OBJECT TQ_OBJECT
public: public:
@ -397,7 +397,7 @@ protected:
class KonfiguratorListBox : public TQListBox class KonfiguratorListBox : public TQListBox
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -50,7 +50,7 @@ struct KONFIGURATOR_NAME_VALUE_PAIR;
*/ */
class KonfiguratorPage : public TQFrame class KonfiguratorPage : public TQFrame
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -104,7 +104,7 @@ protected:
class KrArchiverResultTable : public KrResultTable class KrArchiverResultTable : public KrResultTable
{ {
Q_OBJECT TQ_OBJECT
public: public:
KrArchiverResultTable(TQWidget* parent); KrArchiverResultTable(TQWidget* parent);
@ -124,7 +124,7 @@ protected slots:
class KrToolResultTable : public KrResultTable class KrToolResultTable : public KrResultTable
{ {
Q_OBJECT TQ_OBJECT
public: public:
KrToolResultTable(TQWidget* parent); KrToolResultTable(TQWidget* parent);

@ -39,7 +39,7 @@
class LocateDlg : public KDialogBase class LocateDlg : public KDialogBase
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -37,7 +37,7 @@ class TDEProcess;
* information for a given partition (mount point). * information for a given partition (mount point).
*/ */
class KDiskFreeSp : public TQObject class KDiskFreeSp : public TQObject
{ Q_OBJECT { TQ_OBJECT
public: public:
KDiskFreeSp( TQObject *parent=0, const char *name=0 ); KDiskFreeSp( TQObject *parent=0, const char *name=0 );

@ -48,7 +48,7 @@ A
class KMountManGUI; class KMountManGUI;
class KMountMan : public TQObject { class KMountMan : public TQObject {
Q_OBJECT TQ_OBJECT
friend class KMountManGUI; friend class KMountManGUI;

@ -54,7 +54,7 @@ class KRdirWatch;
class fsData; class fsData;
class KMountManGUI : public KDialogBase { class KMountManGUI : public KDialogBase {
Q_OBJECT TQ_OBJECT
enum Pages { enum Pages {

@ -55,7 +55,7 @@ class TQHeader;
*/ */
class KrBriefView: public TDEIconView, public KrView { class KrBriefView: public TDEIconView, public KrView {
friend class KrBriefViewItem; friend class KrBriefViewItem;
Q_OBJECT TQ_OBJECT
public: public:
KrBriefView( TQHeader *header, TQWidget *parent, bool &left, TDEConfig *cfg = krConfig, const char *name = 0 ); KrBriefView( TQHeader *header, TQWidget *parent, bool &left, TDEConfig *cfg = krConfig, const char *name = 0 );

@ -52,7 +52,7 @@ class KrView;
a different thread. a different thread.
*/ */
class KrCalcSpaceDialog : public KDialogBase{ class KrCalcSpaceDialog : public KDialogBase{
Q_OBJECT TQ_OBJECT
/* Thread which does the actual calculation. Deletes itself, if no longer /* Thread which does the actual calculation. Deletes itself, if no longer
needed. Creator must call finished(), if the thread is no longer needed. needed. Creator must call finished(), if the thread is no longer needed.

@ -80,7 +80,7 @@ setColors should NEVER be called!
*/ */
class KrColorCache : public TQObject class KrColorCache : public TQObject
{ {
Q_OBJECT TQ_OBJECT
static KrColorCache * m_instance; static KrColorCache * m_instance;
class KrColorCacheImpl * m_impl; class KrColorCacheImpl * m_impl;

@ -70,7 +70,7 @@ class KrDetailedViewItem;
* information is necessery from it. * information is necessery from it.
*/ */
class KrDetailedView : public TDEListView, public KrView { class KrDetailedView : public TDEListView, public KrView {
Q_OBJECT TQ_OBJECT
friend class KrDetailedViewItem; friend class KrDetailedViewItem;

@ -36,7 +36,7 @@ YP YD 88 YD ~Y8888P' `8888Y' YP YP Y8888D' Y88888P 88 YD
class KRDrag : public TQUriDrag class KRDrag : public TQUriDrag
{ {
Q_OBJECT TQ_OBJECT
public: public:
static KRDrag * newDrag( const KURL::List & urls, bool move, TQWidget * dragSource = 0, const char* name = 0 ); static KRDrag * newDrag( const KURL::List & urls, bool move, TQWidget * dragSource = 0, const char* name = 0 );

@ -14,7 +14,7 @@
// should be renamed to KrContextMenu or similar // should be renamed to KrContextMenu or similar
class KrPopupMenu : public TDEPopupMenu { class KrPopupMenu : public TDEPopupMenu {
Q_OBJECT TQ_OBJECT
public: public:
static void run(const TQPoint &pos, ListPanel *panel); static void run(const TQPoint &pos, ListPanel *panel);

@ -28,7 +28,7 @@
*/ */
class KrPreviewPopup : public TQPopupMenu { class KrPreviewPopup : public TQPopupMenu {
Q_OBJECT TQ_OBJECT
public: public:
KrPreviewPopup(); KrPreviewPopup();

@ -74,7 +74,7 @@ public:
// this is done by specifying the view and the widget in the constructor, // this is done by specifying the view and the widget in the constructor,
// even if they are actually the same object (specify it twice in that case) // even if they are actually the same object (specify it twice in that case)
class KrViewOperator: public TQObject { class KrViewOperator: public TQObject {
Q_OBJECT TQ_OBJECT
public: public:
KrViewOperator(KrView *view, TQWidget *widget); KrViewOperator(KrView *view, TQWidget *widget);

@ -78,7 +78,7 @@ class TQHeader;
class ListPanel : public TQWidget { class ListPanel : public TQWidget {
friend class ListPanelFunc; friend class ListPanelFunc;
Q_OBJECT TQ_OBJECT
public: public:
#define ITEM2VFILE(PANEL_PTR, KRVIEWITEM) PANEL_PTR->func->files()->vfs_search(KRVIEWITEM->name()) #define ITEM2VFILE(PANEL_PTR, KRVIEWITEM) PANEL_PTR->func->files()->vfs_search(KRVIEWITEM->name())

@ -40,7 +40,7 @@
class ListPanelFunc : public TQObject{ class ListPanelFunc : public TQObject{
friend class ListPanel; friend class ListPanel;
Q_OBJECT TQ_OBJECT
public slots: public slots:
inline vfile* getVFile(KrViewItem *item) { return files()->vfs_search(item->name()); } inline vfile* getVFile(KrViewItem *item) { return files()->vfs_search(item->name()); }

@ -24,7 +24,7 @@ class PanelViewer;
class DiskUsageViewer; class DiskUsageViewer;
class PanelPopup: public TQWidget { class PanelPopup: public TQWidget {
Q_OBJECT TQ_OBJECT
enum Parts { Tree, Preview, QuickPanel, View, DskUsage, Last=0xFF }; enum Parts { Tree, Preview, QuickPanel, View, DskUsage, Last=0xFF };
public: public:

@ -14,7 +14,7 @@
*/ */
class Queue: public TQObject class Queue: public TQObject
{ {
Q_OBJECT TQ_OBJECT
public: public:
Queue(const TQString& name); Queue(const TQString& name);

@ -5,7 +5,7 @@
class QueueWidget: public KTabWidget class QueueWidget: public KTabWidget
{ {
Q_OBJECT TQ_OBJECT
public: public:
QueueWidget(); QueueWidget();

@ -37,7 +37,7 @@
#include <tqlistview.h> #include <tqlistview.h>
class remoteMan : public remoteManBase { class remoteMan : public remoteManBase {
Q_OBJECT TQ_OBJECT
public: public:
remoteMan(); remoteMan();

@ -26,7 +26,7 @@ class TQSpinBox;
class remoteManBase : public TQDialog class remoteManBase : public TQDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -53,7 +53,7 @@
#include <tdelocale.h> #include <tdelocale.h>
class KrSearchDialog : public TQDialog { class KrSearchDialog : public TQDialog {
Q_OBJECT TQ_OBJECT
public: public:
KrSearchDialog(TQString profile = 0, TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); KrSearchDialog(TQString profile = 0, TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 );

@ -48,7 +48,7 @@ class KRQuery;
class ftp_vfs; class ftp_vfs;
class KRSearchMod : public TQObject { class KRSearchMod : public TQObject {
Q_OBJECT TQ_OBJECT
public: public:
KRSearchMod(const KRQuery *q); KRSearchMod(const KRQuery *q);

@ -39,7 +39,7 @@
class Combiner : public TQProgressDialog class Combiner : public TQProgressDialog
{ {
Q_OBJECT TQ_OBJECT
private: private:

@ -39,7 +39,7 @@
class Splitter : public TQProgressDialog class Splitter : public TQProgressDialog
{ {
Q_OBJECT TQ_OBJECT
private: private:

@ -49,7 +49,7 @@ struct PredefinedDevice
class SplitterSpinBox : public TQSpinBox class SplitterSpinBox : public TQSpinBox
{ {
Q_OBJECT TQ_OBJECT
private: private:
TDEIO::filesize_t division; TDEIO::filesize_t division;
@ -142,7 +142,7 @@ struct PredefinedDevice
class SplitterGUI : TQDialog class SplitterGUI : TQDialog
{ {
Q_OBJECT TQ_OBJECT
private: private:

@ -40,7 +40,7 @@ class TQComboBox;
class TQListView; class TQListView;
class FeedToListBoxDialog : public KDialogBase { class FeedToListBoxDialog : public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:

@ -41,7 +41,7 @@
class SynchronizeDialog : TQDialog class SynchronizeDialog : TQDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -51,7 +51,7 @@ class vfile;
class Synchronizer : public TQObject class Synchronizer : public TQObject
{ {
Q_OBJECT TQ_OBJECT
private: private:

@ -39,7 +39,7 @@
class SynchronizerDirList : public TQObject, public TQDict<vfile> class SynchronizerDirList : public TQObject, public TQDict<vfile>
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -48,7 +48,7 @@ class TQSpinBox;
class SynchronizerGUI : TQDialog class SynchronizerGUI : TQDialog
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -48,7 +48,7 @@ class TQFile;
#define ST_STATE_ERROR 4 #define ST_STATE_ERROR 4
class SynchronizerTask : public TQObject { class SynchronizerTask : public TQObject {
Q_OBJECT TQ_OBJECT
public: public:
@ -82,7 +82,7 @@ protected:
class CompareTask : public SynchronizerTask { class CompareTask : public SynchronizerTask {
Q_OBJECT TQ_OBJECT
public: public:
@ -128,7 +128,7 @@ private:
class CompareContentTask : public SynchronizerTask { class CompareContentTask : public SynchronizerTask {
Q_OBJECT TQ_OBJECT
public: public:

@ -29,7 +29,7 @@ class TQDomDocument;
* @author Jonas Bähr (http://www.jonas-baehr.de) * @author Jonas Bähr (http://www.jonas-baehr.de)
*/ */
class KrAction: public TDEAction, public KrActionBase { class KrAction: public TDEAction, public KrActionBase {
Q_OBJECT TQ_OBJECT
public: public:
KrAction( TDEActionCollection *parent, const char* name ); KrAction( TDEActionCollection *parent, const char* name );
@ -121,7 +121,7 @@ class TQFont;
* @author Shie Erlich, Jonas Bähr * @author Shie Erlich, Jonas Bähr
*/ */
class KrActionProcDlg: public KDialogBase { class KrActionProcDlg: public KDialogBase {
Q_OBJECT TQ_OBJECT
public: public:
KrActionProcDlg( TQString caption, bool enableStderr = false, TQWidget *parent = 0 ); KrActionProcDlg( TQString caption, bool enableStderr = false, TQWidget *parent = 0 );
@ -145,7 +145,7 @@ class KrActionProcDlg: public KDialogBase {
* @todo jonas: call a list of commands separately (I began it but it doesn't work) * @todo jonas: call a list of commands separately (I began it but it doesn't work)
*/ */
class KrActionProc: public TQObject { class KrActionProc: public TQObject {
Q_OBJECT TQ_OBJECT
public: public:

@ -39,7 +39,7 @@
#include <tqprogressdialog.h> #include <tqprogressdialog.h>
class arc_vfs : public vfs { class arc_vfs : public vfs {
Q_OBJECT TQ_OBJECT
class arc_dir; class arc_dir;
class extFile; class extFile;

@ -38,7 +38,7 @@
#include "vfs.h" #include "vfs.h"
class ftp_vfs : public vfs{ class ftp_vfs : public vfs{
Q_OBJECT TQ_OBJECT
public: public:
// the constructor simply uses the inherited constructor // the constructor simply uses the inherited constructor

@ -37,7 +37,7 @@
#include <tdewallet.h> #include <tdewallet.h>
class KRarcHandler: public TQObject { class KRarcHandler: public TQObject {
Q_OBJECT TQ_OBJECT
public: public:
// return the number of files in the archive // return the number of files in the archive
@ -70,7 +70,7 @@ private:
}; };
class KrShellProcess : public KShellProcess { class KrShellProcess : public KShellProcess {
Q_OBJECT TQ_OBJECT
public: public:
KrShellProcess() : KShellProcess(), errorMsg( TQString() ), outputMsg( TQString() ) { KrShellProcess() : KShellProcess(), errorMsg( TQString() ), outputMsg( TQString() ) {
@ -107,7 +107,7 @@ private:
}; };
class Kr7zEncryptionChecker : public KrShellProcess { class Kr7zEncryptionChecker : public KrShellProcess {
Q_OBJECT TQ_OBJECT
public: public:

@ -48,7 +48,7 @@ typedef struct krDirEntry_s{
} krDirEntry ; } krDirEntry ;
class KRdirWatch : public TQObject { class KRdirWatch : public TQObject {
Q_OBJECT TQ_OBJECT
public: public:
KRdirWatch(int msec = 250 , bool dirOnly = false ); KRdirWatch(int msec = 250 , bool dirOnly = false );

@ -40,7 +40,7 @@
class KFileItem; class KFileItem;
class KRQuery : public TQObject { class KRQuery : public TQObject {
Q_OBJECT TQ_OBJECT
public: public:

@ -45,7 +45,7 @@
* As this is the most common case, we try to make it as fast and efficent as possible. * As this is the most common case, we try to make it as fast and efficent as possible.
*/ */
class normal_vfs : public vfs{ class normal_vfs : public vfs{
Q_OBJECT TQ_OBJECT
public: public:
// the constructor simply uses the inherited constructor // the constructor simply uses the inherited constructor

@ -59,7 +59,7 @@ public:
class PreservingCopyJob : public TDEIO::CopyJob class PreservingCopyJob : public TDEIO::CopyJob
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -47,7 +47,7 @@
* allow the object to give out the needed details about the file. * allow the object to give out the needed details about the file.
*/ */
class vfile : public TQObject{ class vfile : public TQObject{
Q_OBJECT TQ_OBJECT
public: public:

@ -49,7 +49,7 @@
* make it possible to use a consistent API for all types of VFSs. * make it possible to use a consistent API for all types of VFSs.
*/ */
class vfs: public TQObject{ class vfs: public TQObject{
Q_OBJECT TQ_OBJECT
public: public:
typedef TQDict<vfile> vfileDict; typedef TQDict<vfile> vfileDict;

@ -27,7 +27,7 @@
*/ */
class virt_vfs : public vfs { class virt_vfs : public vfs {
Q_OBJECT TQ_OBJECT
public: public:
virt_vfs(TQObject* panel, bool quiet=false); virt_vfs(TQObject* panel, bool quiet=false);

@ -49,7 +49,7 @@ typedef enum {
class VirtualCopyJob : public TDEIO::Job class VirtualCopyJob : public TDEIO::Job
{ {
Q_OBJECT TQ_OBJECT
public: public:

@ -57,7 +57,7 @@ private:
// note, that you still have to enable stdout,stderr in KEasyProcess::start() for buffering // note, that you still have to enable stdout,stderr in KEasyProcess::start() for buffering
// to happen (ie: start(KEasyProcess::Block, KEasyProcess::AllOutput);) // to happen (ie: start(KEasyProcess::Block, KEasyProcess::AllOutput);)
class KEasyProcess: public TDEProcess { class KEasyProcess: public TDEProcess {
Q_OBJECT TQ_OBJECT
public: public:
KEasyProcess(TQObject *parent, const char *name=0); KEasyProcess(TQObject *parent, const char *name=0);

@ -48,7 +48,7 @@ class ListPanel;
class KURL; class KURL;
class KRslots : public TQObject { class KRslots : public TQObject {
Q_OBJECT TQ_OBJECT
public: public:

@ -72,7 +72,7 @@ class QueueManager;
#define krOut kdDebug(50010) #define krOut kdDebug(50010)
class Krusader : public KParts::MainWindow, public DCOPObject { class Krusader : public KParts::MainWindow, public DCOPObject {
Q_OBJECT TQ_OBJECT
public: public:
Krusader(); Krusader();

@ -6,7 +6,7 @@
// declare a dummy kapplication, just to get the X focusin focusout events // declare a dummy kapplication, just to get the X focusin focusout events
class KrusaderApp: public TDEApplication { class KrusaderApp: public TDEApplication {
Q_OBJECT TQ_OBJECT
public: public:
KrusaderApp(): TDEApplication() {} KrusaderApp(): TDEApplication() {}

@ -55,7 +55,7 @@ class KFnKeys;
class KCMDLine; class KCMDLine;
class KrusaderView : public TQWidget { class KrusaderView : public TQWidget {
Q_OBJECT TQ_OBJECT
public: public:

@ -14,7 +14,7 @@ class TQToolButton;
* Implements tabbed-browsing by managing a list of tabs and corrosponding panels. * Implements tabbed-browsing by managing a list of tabs and corrosponding panels.
*/ */
class PanelManager: public TQWidget { class PanelManager: public TQWidget {
Q_OBJECT TQ_OBJECT
public: public:

@ -43,7 +43,7 @@ public:
* to create a new tab, close the current tab and change a panel when a tab was clicked * to create a new tab, close the current tab and change a panel when a tab was clicked
*/ */
class PanelTabBar : public TQTabBar { class PanelTabBar : public TQTabBar {
Q_OBJECT TQ_OBJECT
public: public:
PanelTabBar( TQWidget *parent ); PanelTabBar( TQWidget *parent );

Loading…
Cancel
Save