|
|
|
@ -46,7 +46,7 @@ class KMFRuleEditCustomOpt;
|
|
|
|
|
*/
|
|
|
|
|
class KMFRuleOptionEditCustom : public KMFRuleOptionEditInterface {
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KMFRuleOptionEditCustom(TQObject *parent = 0, const char *name = 0, const TQStringList& = TQString());
|
|
|
|
|
|
|
|
|
@ -69,7 +69,7 @@ private:
|
|
|
|
|
|
|
|
|
|
class KMFRuleOptionEditCustomFactory : public KLibFactory {
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
KMFRuleOptionEditCustomFactory( TQObject *parent = 0, const char *name = 0 );
|
|
|
|
|
virtual ~KMFRuleOptionEditCustomFactory() {
|
|
|
|
|