summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:54:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 10:40:33 +0900
commit15688010cd392ed6bfede386c1df5daa1885835d (patch)
tree9ec32c1389bcd85f95c309fbaed5a4641d3d42d1
parent7f127fca03e3e6e9f34d51c39fe315a8e0d6d520 (diff)
downloadkasablanca-15688010.tar.gz
kasablanca-15688010.zip
Replace Q_OBJECT with TQ_OBJECTr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a1db9a471db4545c2e401ded047de5c28fc7fd21)
-rw-r--r--src/bookmarkdialog.h2
-rw-r--r--src/customconnectdialog.h2
-rw-r--r--src/eventhandler.h2
-rw-r--r--src/fileexistsdialog.h2
-rw-r--r--src/ftpsession.h2
-rw-r--r--src/kasablanca.h2
-rw-r--r--src/kbtaskview.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/bookmarkdialog.h b/src/bookmarkdialog.h
index 0621fcc..0b62ae1 100644
--- a/src/bookmarkdialog.h
+++ b/src/bookmarkdialog.h
@@ -33,7 +33,7 @@ using namespace std;
*/
class BookmarkDialog : public KDialogBase
{
-Q_OBJECT
+TQ_OBJECT
public:
BookmarkDialog(TQWidget *parent = 0, const char *name = 0);
~BookmarkDialog();
diff --git a/src/customconnectdialog.h b/src/customconnectdialog.h
index beff1e7..1458c43 100644
--- a/src/customconnectdialog.h
+++ b/src/customconnectdialog.h
@@ -30,7 +30,7 @@ class KbSiteInfo;
class CustomConnectDialog : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
CustomConnectDialog(TQWidget *parent=0, const char *name=0);
~CustomConnectDialog();
diff --git a/src/eventhandler.h b/src/eventhandler.h
index df29b07..a49ee36 100644
--- a/src/eventhandler.h
+++ b/src/eventhandler.h
@@ -39,7 +39,7 @@ typedef pair<filist, filist> contentpair;
class EventHandler : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
EventHandler(TQObject *parent = 0, const char *name = 0);
~EventHandler();
diff --git a/src/fileexistsdialog.h b/src/fileexistsdialog.h
index 937162c..61a8928 100644
--- a/src/fileexistsdialog.h
+++ b/src/fileexistsdialog.h
@@ -26,7 +26,7 @@
*/
class FileExistsDialog : public KasablancaFileExistsDialog {
- Q_OBJECT
+ TQ_OBJECT
public:
FileExistsDialog(TQWidget *parent=0, const char *name=0);
~FileExistsDialog();
diff --git a/src/ftpsession.h b/src/ftpsession.h
index 58914eb..243bf02 100644
--- a/src/ftpsession.h
+++ b/src/ftpsession.h
@@ -46,7 +46,7 @@ typedef pair<TQString, bool> logentries;
*/
class FtpSession : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
enum filecheck
{
diff --git a/src/kasablanca.h b/src/kasablanca.h
index 41d6bf8..827940c 100644
--- a/src/kasablanca.h
+++ b/src/kasablanca.h
@@ -55,7 +55,7 @@ using namespace std;
class Kasablanca : public TDEMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum RightClickMenu
{
diff --git a/src/kbtaskview.h b/src/kbtaskview.h
index e2aab6b..9aeee4f 100644
--- a/src/kbtaskview.h
+++ b/src/kbtaskview.h
@@ -19,7 +19,7 @@
*/
class KbTaskView : public TDEListView
{
-Q_OBJECT
+TQ_OBJECT
public:
KbTaskView(TQWidget *parent = 0, const char *name = 0);
~KbTaskView();