summaryrefslogtreecommitdiffstats
path: root/kfilereplace/knewprojectdlg.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-16 19:02:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-16 19:02:47 +0000
commite985f7e545f4739493965aad69bbecb136dc9346 (patch)
tree54afd409d8acd6202dd8ab611d24e78c28e4c0a0 /kfilereplace/knewprojectdlg.h
parentf7670c198945adc3b95ad69a959fe5f8ae55b493 (diff)
downloadtdewebdev-e985f7e545f4739493965aad69bbecb136dc9346.tar.gz
tdewebdev-e985f7e545f4739493965aad69bbecb136dc9346.zip
TQt4 port kdewebdev
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237029 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kfilereplace/knewprojectdlg.h')
-rw-r--r--kfilereplace/knewprojectdlg.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kfilereplace/knewprojectdlg.h b/kfilereplace/knewprojectdlg.h
index ac537eac..7459bacf 100644
--- a/kfilereplace/knewprojectdlg.h
+++ b/kfilereplace/knewprojectdlg.h
@@ -2,7 +2,7 @@
knewprojectdlg.h - description
-------------------
begin : Tue Dec 28 1999
- copyright : (C) 1999 by François Dupoux
+ copyright : (C) 1999 by Fran�ois Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com
***************************************************************************/
@@ -29,13 +29,14 @@ class KConfig;
class KNewProjectDlg : public KNewProjectDlgS
{
Q_OBJECT
+ TQ_OBJECT
private:
TQString m_searchNowFlag;
RCOptions* m_option;
public:
- KNewProjectDlg(RCOptions* info, TQWidget *parent=0, const char *name=0);
+ KNewProjectDlg(RCOptions* info, TQWidget *tqparent=0, const char *name=0);
~KNewProjectDlg();
public:
@@ -55,7 +56,7 @@ class KNewProjectDlg : public KNewProjectDlgS
void slotEnableChbUser(bool b);
void slotEnableChbGroup(bool b);
void slotEnableChbBackup(bool b);
- void slotHelp(){ kapp->invokeHelp(TQString::null, "kfilereplace"); }
+ void slotHelp(){ kapp->invokeHelp(TQString(), "kfilereplace"); }
private:
void initGUI();
@@ -76,7 +77,7 @@ class KNewProjectDlg : public KNewProjectDlgS
void saveFiltersList();
void saveBackupExtensionOptions();
- bool contains(TQListView* lv,const TQString& s, int column);
+ bool tqcontains(TQListView* lv,const TQString& s, int column);
void setDatas(const TQString& directoryString, const TQString& filterString);
void whatsThis();
};