summaryrefslogtreecommitdiffstats
path: root/kdeprint/kmfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/kmfactory.h')
-rw-r--r--kdeprint/kmfactory.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kdeprint/kmfactory.h b/kdeprint/kmfactory.h
index 0e9ad8021..326e5ea8b 100644
--- a/kdeprint/kmfactory.h
+++ b/kdeprint/kmfactory.h
@@ -50,12 +50,12 @@ class KDEPRINT_EXPORT KMFactory : public TQObject, public DCOPObject
public:
struct PluginInfo
{
- QString name;
- QString comment;
- QStringList detectUris;
- int detectPrecedence;
- QStringList mimeTypes;
- QString primaryMimeType;
+ TQString name;
+ TQString comment;
+ TQStringList detectUris;
+ int detectPrecedence;
+ TQStringList mimeTypes;
+ TQString primaryMimeType;
};
static KMFactory* self();
@@ -92,7 +92,7 @@ public:
};
Settings* settings() const { return m_settings; }
- QPair<TQString,TQString> requestPassword( int& seqNbr, const TQString& user, const TQString& host = "localhost", int port = 0 );
+ TQPair<TQString,TQString> requestPassword( int& seqNbr, const TQString& user, const TQString& host = "localhost", int port = 0 );
void initPassword( const TQString& user, const TQString& password, const TQString& host = "localhsot", int port = 0 );
k_dcop: