summaryrefslogtreecommitdiffstats
path: root/src/ksvnwidgets/logmsg_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ksvnwidgets/logmsg_impl.h')
-rw-r--r--src/ksvnwidgets/logmsg_impl.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ksvnwidgets/logmsg_impl.h b/src/ksvnwidgets/logmsg_impl.h
index 30d11cd..ef92258 100644
--- a/src/ksvnwidgets/logmsg_impl.h
+++ b/src/ksvnwidgets/logmsg_impl.h
@@ -46,12 +46,12 @@ public:
typedef TQValueList<logActionEntry> logActionEntries;
- Logmsg_impl(TQWidget *tqparent = 0, const char *name = 0);
- Logmsg_impl(const svn::CommitItemList&_items,TQWidget *tqparent=0, const char *name=0);
- Logmsg_impl(const TQMap<TQString,TQString>&_items,TQWidget *tqparent=0, const char *name=0);
+ Logmsg_impl(TQWidget *parent = 0, const char *name = 0);
+ Logmsg_impl(const svn::CommitItemList&_items,TQWidget *parent=0, const char *name=0);
+ Logmsg_impl(const TQMap<TQString,TQString>&_items,TQWidget *parent=0, const char *name=0);
Logmsg_impl(const logActionEntries&,
const logActionEntries&,
- TQWidget *tqparent = 0, const char *name = 0);
+ TQWidget *parent = 0, const char *name = 0);
virtual ~Logmsg_impl();
TQString getMessage()const;
@@ -59,15 +59,15 @@ public:
void initHistory();
void saveHistory(bool canceld);
- static TQString getLogmessage(bool*ok,svn::Depth*rec,bool*keeps_locks,TQWidget*tqparent=0,const char*name=0);
- static TQString getLogmessage(const svn::CommitItemList&,bool*ok,svn::Depth*rec,bool*keep_locks,TQWidget*tqparent=0,const char*name=0);
- static TQString getLogmessage(const TQMap<TQString,TQString>&,bool*ok,svn::Depth*rec,bool*keep_locks,TQWidget*tqparent=0,const char*name=0);
+ static TQString getLogmessage(bool*ok,svn::Depth*rec,bool*keeps_locks,TQWidget*parent=0,const char*name=0);
+ static TQString getLogmessage(const svn::CommitItemList&,bool*ok,svn::Depth*rec,bool*keep_locks,TQWidget*parent=0,const char*name=0);
+ static TQString getLogmessage(const TQMap<TQString,TQString>&,bool*ok,svn::Depth*rec,bool*keep_locks,TQWidget*parent=0,const char*name=0);
static TQString getLogmessage(const logActionEntries&,
const logActionEntries&,
TQObject*callback,
logActionEntries&,
- bool*ok,bool*keep_locks,TQWidget*tqparent=0,const char*name=0);
+ bool*ok,bool*keep_locks,TQWidget*parent=0,const char*name=0);
void addItemWidget(TQWidget*);