summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/twin.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore/twin.sip')
-rw-r--r--sip/tdecore/twin.sip42
1 files changed, 21 insertions, 21 deletions
diff --git a/sip/tdecore/twin.sip b/sip/tdecore/twin.sip
index 2e70b1e..45e6b54 100644
--- a/sip/tdecore/twin.sip
+++ b/sip/tdecore/twin.sip
@@ -73,26 +73,26 @@ public:
NETStrut strut () const;
NET::WindowType windowType (int) const;
- QString visibleName () const;
- QString visibleNameWithState () const;
- QString name () const;
- QString visibleIconName () const;
- QString visibleIconNameWithState () const;
- QString iconName () const;
+ TQString visibleName () const;
+ TQString visibleNameWithState () const;
+ TQString name () const;
+ TQString visibleIconName () const;
+ TQString visibleIconNameWithState () const;
+ TQString iconName () const;
bool isOnCurrentDesktop () const;
bool isOnDesktop (int) const;
bool onAllDesktops () const;
int desktop () const;
- QRect geometry () const;
- QRect frameGeometry () const;
+ TQRect geometry () const;
+ TQRect frameGeometry () const;
WId transientFor () const;
WId groupLeader () const;
%If ( KDE_3_3_0 - )
- QCString windowClassClass () const;
- QCString windowClassName () const;
- QCString windowRole () const;
- QCString clientMachine () const;
+ TQCString windowClassClass () const;
+ TQCString windowClassName () const;
+ TQCString windowRole () const;
+ TQCString clientMachine () const;
%End
bool actionSupported (NET::Action) const;
@@ -111,7 +111,7 @@ public:
static WId groupLeader (WId);
%End
- static QPixmap icon (WId, int = -1, int = -1, bool = 0);
+ static TQPixmap icon (WId, int = -1, int = -1, bool = 0);
%If ( KDE_3_2_0 - )
@@ -123,10 +123,10 @@ public:
XApp
};
- static QPixmap icon (WId, int, int, bool, int);
+ static TQPixmap icon (WId, int, int, bool, int);
%End
- static void setIcons (WId, const QPixmap&, const QPixmap&);
+ static void setIcons (WId, const TQPixmap&, const TQPixmap&);
static void setType (WId, NET::WindowType);
static void setState (WId, ulong);
static void clearState (WId, ulong);
@@ -149,7 +149,7 @@ public:
static void lowerWindow (WId);
static bool icccmCompliantMappingState ();
static bool allowedActionsSupported ();
- static QString readNameProperty (WId, ulong);
+ static TQString readNameProperty (WId, ulong);
%End
@@ -168,14 +168,14 @@ public:
NET::MappingState mappingState;
NETStrut strut;
NET::WindowType windowType;
- QString visibleName;
- QString name;
+ TQString visibleName;
+ TQString name;
int desktop;
bool onAllDesktops;
pid_t pid;
- QRect geometry;
- QRect frameGeometry;
- QString visibleNameWithState () const;
+ TQRect geometry;
+ TQRect frameGeometry;
+ TQString visibleNameWithState () const;
}; // class Info