|
|
|
@ -29,7 +29,7 @@ class TQPushButton;
|
|
|
|
|
class AutoStartConfig : public KCModule
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
AutoStartConfig(TQWidget* parent, const char* name= 0L, const TQStringList& foo = TQStringList());
|
|
|
|
|
~AutoStartConfig() {};
|
|
|
|
@ -54,7 +54,7 @@ private:
|
|
|
|
|
class CheckListItem : public TQObject, public TQCheckListItem
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
CheckListItem(TQListView* parent, const TQString &text);
|
|
|
|
|
~CheckListItem() { }
|
|
|
|
|