summaryrefslogtreecommitdiffstats
path: root/ksirc/puke/pkfiledialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/puke/pkfiledialog.cpp')
-rw-r--r--ksirc/puke/pkfiledialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksirc/puke/pkfiledialog.cpp b/ksirc/puke/pkfiledialog.cpp
index c99aea9f..f78ae895 100644
--- a/ksirc/puke/pkfiledialog.cpp
+++ b/ksirc/puke/pkfiledialog.cpp
@@ -16,7 +16,7 @@ PKFileDialog::createWidget(CreateArgs &ca)
pw->setDeleteAble(FALSE);
}
else // Never takes a parent in Puke
- kfbd = new KFileDialog("/", QString::null, 0L, "PukeKFileDialog", TRUE);
+ kfbd = new KFileDialog("/", TQString::null, 0L, "PukeKFileDialog", TRUE);
pw->setWidget(kfbd);
pw->setWidgetId(ca.pwI);
return pw;
@@ -42,7 +42,7 @@ PKFileDialog::~PKFileDialog()
void PKFileDialog::messageHandler(int fd, PukeMessage *pm)
{
- QString selFile;
+ TQString selFile;
PukeMessage pmRet;
if(widget() == 0){
kdDebug(5008) << "PKFileDialog: No Widget set" << endl;
@@ -102,7 +102,7 @@ void PKFileDialog::messageHandler(int fd, PukeMessage *pm)
}
}
-void PKFileDialog::setWidget(QObject *_kbfd)
+void PKFileDialog::setWidget(TQObject *_kbfd)
{
if(_kbfd != 0 && _kbfd->inherits("KFileBaseDialog") == FALSE)
{