Replace Q_OBJECT with TQ_OBJECT

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

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

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

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

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

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

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

@ -31,7 +31,7 @@ This class watcher for active window changes and keeps a group per window class
@author Leonid Zeitlin @author Leonid Zeitlin
*/ */
class WindowClassWatcher : public WindowWatcher { class WindowClassWatcher : public WindowWatcher {
Q_OBJECT TQ_OBJECT
private: private:
typedef TQMap<WId, TQString> WinClassMap; typedef TQMap<WId, TQString> WinClassMap;
WinClassMap m_win_class_map; 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 that the keyboard group needs to be canged
*/ */
class WindowWatcher : public TQObject { class WindowWatcher : public TQObject {
Q_OBJECT TQ_OBJECT
protected: protected:
KBConfig *m_kbconf; KBConfig *m_kbconf;
KWinModule *m_twin_module; KWinModule *m_twin_module;

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

Loading…
Cancel
Save