summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/browser/propsplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/widgets/browser/propsplugin.h')
-rw-r--r--kftpgrabber/src/widgets/browser/propsplugin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kftpgrabber/src/widgets/browser/propsplugin.h b/kftpgrabber/src/widgets/browser/propsplugin.h
index 9283f85..736ec48 100644
--- a/kftpgrabber/src/widgets/browser/propsplugin.h
+++ b/kftpgrabber/src/widgets/browser/propsplugin.h
@@ -38,7 +38,7 @@
#include "engine/directorylisting.h"
-#include <qcheckbox.h>
+#include <ntqcheckbox.h>
#include <kpropertiesdialog.h>
namespace KFTPSession {
@@ -86,9 +86,9 @@ private:
KFTPSession::Session *m_session;
static mode_t fperm[3][4];
- QString m_perms[3];
- QCheckBox *m_permsCheck[3][4];
- QCheckBox *m_cbRecursive;
+ TQString m_perms[3];
+ TQCheckBox *m_permsCheck[3][4];
+ TQCheckBox *m_cbRecursive;
};
}