Replace Q_OBJECT with TQ_OBJECT

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

@ -50,7 +50,7 @@ class KnowitTree;
/** Knowit is the base class of the project */
class Knowit : public TDEMainWindow
{
Q_OBJECT
TQ_OBJECT
private:
static const TQString Untitled;

@ -21,7 +21,7 @@
class KnowitApplication : public KUniqueApplication
{
Q_OBJECT
TQ_OBJECT
public:

@ -28,7 +28,7 @@ class KComboBox;
*/
class KnowitChooser : public KDialogBase {
Q_OBJECT
TQ_OBJECT
protected:
KComboBox* notes;

@ -20,7 +20,7 @@
class KnowitEdit : public KTextEdit
{
Q_OBJECT
TQ_OBJECT
public:
bool swapEOL;

@ -26,7 +26,7 @@ class TNoteLink;
class TQToolButton;
class KnowitLinkDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
protected:
KComboBox* linkType;

@ -25,7 +25,7 @@ class TQDragEnterEvent;
class KnowitLinks : public TDEListBox
{
Q_OBJECT
TQ_OBJECT
public:
KnowitLinks(TQWidget* parent=0, const char* name = 0);

@ -71,7 +71,7 @@ public:
class KnowitPreferences : public KDialogBase
{
Q_OBJECT
TQ_OBJECT
private:
TQCheckBox *docked, *reopen, *horizontalSplit, *multipleInstances, *backup;

@ -20,7 +20,7 @@
class TQDragMoveEvent;
class KnowitTree : public TDEListView
{
Q_OBJECT
TQ_OBJECT
public:
KnowitTree(TQWidget* parent=0, const char* name = 0);

Loading…
Cancel
Save