|
|
@ -28,7 +28,7 @@ class TQComboBox;
|
|
|
|
|
|
|
|
|
|
|
|
class KXmlEditorComboAction : public TDEAction
|
|
|
|
class KXmlEditorComboAction : public TDEAction
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
KXmlEditorComboAction(const TQString& text, int accel, const TQObject *receiver, const char *member, TQObject* parent, const char* name);
|
|
|
|
KXmlEditorComboAction(const TQString& text, int accel, const TQObject *receiver, const char *member, TQObject* parent, const char* name);
|
|
|
|
~KXmlEditorComboAction();
|
|
|
|
~KXmlEditorComboAction();
|
|
|
@ -79,7 +79,7 @@ private:
|
|
|
|
|
|
|
|
|
|
|
|
class ToolbarLabel : public TQLabel
|
|
|
|
class ToolbarLabel : public TQLabel
|
|
|
|
{
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
TQ_OBJECT
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
ToolbarLabel( const TQString & text );
|
|
|
|
ToolbarLabel( const TQString & text );
|
|
|
|
};
|
|
|
|
};
|
|
|
|