@ -51,7 +51,7 @@ class KnowitTree;
class Knowit : public KMainWindow
{
Q_OBJECT
TQ_OBJECT
private:
static const TQString Untitled;
KConfig *config;
@ -22,7 +22,7 @@
class KnowitApplication : public KUniqueApplication
public:
KnowitApplication(bool allowStyles = true, bool GUIEnabled = true);
@ -29,7 +29,7 @@ class KComboBox;
class KnowitChooser : public KDialogBase {
protected:
KComboBox* notes;
KComboBox* charset;
@ -21,7 +21,7 @@
class KnowitEdit : public KTextEdit
bool swapEOL;
KnowitEdit(const TQString& text, const TQString& context=TQString(),
@ -27,7 +27,7 @@ class TQToolButton;
class KnowitLinkDialog : public KDialogBase {
KComboBox* linkType;
KLineEdit* linkValue;
@ -26,7 +26,7 @@ class TQDragEnterEvent;
class KnowitLinks : public KListBox
KnowitLinks(TQWidget* parent=0, const char* name = 0);
@ -72,7 +72,7 @@ public:
class KnowitPreferences : public KDialogBase
TQCheckBox *docked, *reopen, *horizontalSplit, *multipleInstances, *backup;
TQCheckBox *unconditionalSave;
@ -21,7 +21,7 @@ class TQDragMoveEvent;
class KnowitTree : public KListView
KnowitTree(TQWidget* parent=0, const char* name = 0);
TQListViewItem* prevItem;