Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/8/head
Michele Calgaro 10 months ago
parent 586412b802
commit fb7b88bb06
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -34,7 +34,7 @@ class KKeyChooser;
*/
class KBConfigDlg : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:
KBConfigDlg(KBConfig *kbconf, TQWidget *parent=0, const char *name=0);
~KBConfigDlg();

@ -30,7 +30,7 @@ class TDEListBox;
*/
class KBPickIconDlg : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:
KBPickIconDlg(const TQString &currentPath, const TQPixmap &currentPixmap,
TQWidget *parent=0, const char *name=0);

@ -52,7 +52,7 @@ typedef TQMap<WId, KBWinInfo> KBWindowMap;*/
*/
class KBSwitchApp : public KUniqueApplication {
Q_OBJECT
TQ_OBJECT
public:
KBSwitchApp();
~KBSwitchApp();

@ -35,7 +35,7 @@
moc doesn't know about dcopidl! */
class KBSwitchIntf : public TQObject, public DCOPObject {
K_DCOP
Q_OBJECT
TQ_OBJECT
signals:
void nextGroupSelected();
void groupSelected(int groupno);

@ -28,7 +28,7 @@
*/
class KBSwitchTrayIcon : public KSystemTray {
Q_OBJECT
TQ_OBJECT
public:
KBSwitchTrayIcon(KBConfig *conf);
~KBSwitchTrayIcon();

@ -29,7 +29,7 @@ Watches for changes of active window and keep a group per each window
@author Leonid Zeitlin
*/
class SingleWindowWatcher : public WindowWatcher {
Q_OBJECT
TQ_OBJECT
private:
struct KBWinInfo {
int groupno;

@ -31,7 +31,7 @@ This class watcher for active window changes and keeps a group per window class
@author Leonid Zeitlin
*/
class WindowClassWatcher : public WindowWatcher {
Q_OBJECT
TQ_OBJECT
private:
typedef TQMap<WId, TQString> WinClassMap;
WinClassMap m_win_class_map;

@ -33,7 +33,7 @@ This class watches for active window changes and notifies KKBSwitch
that the keyboard group needs to be canged
*/
class WindowWatcher : public TQObject {
Q_OBJECT
TQ_OBJECT
protected:
KBConfig *m_kbconf;
KWinModule *m_twin_module;

@ -36,7 +36,7 @@ class TQStringList;
*/
class XKeyboard : public TQObject {
Q_OBJECT
TQ_OBJECT
private:
#ifndef HAVE_LIBXKLAVIER
int m_event_code;

Loading…
Cancel
Save