|
|
|
@ -79,7 +79,7 @@ class TQCheckBox;
|
|
|
|
|
|
|
|
|
|
class KateConfigPage : public Kate::ConfigPage
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KateConfigPage ( TQWidget *parent=0, const char *name=0 );
|
|
|
|
@ -97,7 +97,7 @@ class KateConfigPage : public Kate::ConfigPage
|
|
|
|
|
|
|
|
|
|
class KateGotoLineDialog : public KDialogBase
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
|
|
|
|
@ -112,7 +112,7 @@ class KateGotoLineDialog : public KDialogBase
|
|
|
|
|
|
|
|
|
|
class KateIndentConfigTab : public KateConfigPage
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KateIndentConfigTab(TQWidget *parent);
|
|
|
|
@ -141,7 +141,7 @@ class KateIndentConfigTab : public KateConfigPage
|
|
|
|
|
|
|
|
|
|
class KateSelectConfigTab : public KateConfigPage
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KateSelectConfigTab(TQWidget *parent);
|
|
|
|
@ -164,7 +164,7 @@ class KateSelectConfigTab : public KateConfigPage
|
|
|
|
|
|
|
|
|
|
class KateEditConfigTab : public KateConfigPage
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KateEditConfigTab(TQWidget *parent);
|
|
|
|
@ -189,7 +189,7 @@ class KateEditConfigTab : public KateConfigPage
|
|
|
|
|
|
|
|
|
|
class KateViewDefaultsConfig : public KateConfigPage
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KateViewDefaultsConfig( TQWidget *parent );
|
|
|
|
@ -217,7 +217,7 @@ class KateViewDefaultsConfig : public KateConfigPage
|
|
|
|
|
|
|
|
|
|
class KateEditKeyConfiguration: public KateConfigPage
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KateEditKeyConfiguration( TQWidget* parent, KateDocument* doc );
|
|
|
|
@ -240,7 +240,7 @@ class KateEditKeyConfiguration: public KateConfigPage
|
|
|
|
|
|
|
|
|
|
class KateSaveConfigTab : public KateConfigPage
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
public:
|
|
|
|
|
KateSaveConfigTab( TQWidget *parent );
|
|
|
|
|
|
|
|
|
@ -265,7 +265,7 @@ class KatePartPluginListItem;
|
|
|
|
|
|
|
|
|
|
class KatePartPluginListView : public TDEListView
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
friend class KatePartPluginListItem;
|
|
|
|
|
|
|
|
|
@ -282,7 +282,7 @@ class KatePartPluginListView : public TDEListView
|
|
|
|
|
class TQListViewItem;
|
|
|
|
|
class KatePartPluginConfigPage : public KateConfigPage
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KatePartPluginConfigPage (TQWidget *parent);
|
|
|
|
@ -307,7 +307,7 @@ class KatePartPluginConfigPage : public KateConfigPage
|
|
|
|
|
|
|
|
|
|
class KateHlConfigPage : public KateConfigPage
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KateHlConfigPage (TQWidget *parent, KateDocument *doc);
|
|
|
|
@ -341,7 +341,7 @@ class KateHlConfigPage : public KateConfigPage
|
|
|
|
|
|
|
|
|
|
class KateHlDownloadDialog: public KDialogBase
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KateHlDownloadDialog(TQWidget *parent, const char *name, bool modal);
|
|
|
|
@ -369,7 +369,7 @@ class TDEProcess;
|
|
|
|
|
*/
|
|
|
|
|
class KateModOnHdPrompt : public KDialogBase
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
public:
|
|
|
|
|
enum Status {
|
|
|
|
|
Reload=1, // 0 is KDialogBase::Cancel
|
|
|
|
|