diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | c9f922159a1ce0496d3bbe743d590221f00148f8 (patch) | |
tree | 549c6dbce91dea78f999450ea9442b815ee365b7 /src/cuesheeteditor.cpp | |
parent | 3a2300ed7cee06b5b49c4bc71f38d5cee72171b5 (diff) | |
download | soundkonverter-c9f922159a1ce0496d3bbe743d590221f00148f8.tar.gz soundkonverter-c9f922159a1ce0496d3bbe743d590221f00148f8.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/soundkonverter@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/cuesheeteditor.cpp')
-rwxr-xr-x | src/cuesheeteditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cuesheeteditor.cpp b/src/cuesheeteditor.cpp index ca1b7c5..812e916 100755 --- a/src/cuesheeteditor.cpp +++ b/src/cuesheeteditor.cpp @@ -18,8 +18,8 @@ // ### soundkonverter 0.4: import/export flac cuesheet -CuesheetEditor::CuesheetEditor( TQWidget *tqparent, const char *name, bool modal, WFlags f ) - : KDialog( tqparent, name, modal, f ) +CuesheetEditor::CuesheetEditor( TQWidget *parent, const char *name, bool modal, WFlags f ) + : KDialog( parent, name, modal, f ) { // TODO can the cuesheet editor be extendet by more tags (composer), etc. |