diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | 85723d544dd6aad9b2d0974dfe91ece438f03dfb (patch) | |
tree | 3baf4e3989ae66eef01b9cccc55501a1d0cfe5eb /src/projects/k3bdatafileview.cpp | |
parent | a9a875756e14547b1d362ff6062b735b9f139d32 (diff) | |
download | k3b-85723d544dd6aad9b2d0974dfe91ece438f03dfb.tar.gz k3b-85723d544dd6aad9b2d0974dfe91ece438f03dfb.zip |
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/projects/k3bdatafileview.cpp')
-rw-r--r-- | src/projects/k3bdatafileview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects/k3bdatafileview.cpp b/src/projects/k3bdatafileview.cpp index 9030759..3777ac7 100644 --- a/src/projects/k3bdatafileview.cpp +++ b/src/projects/k3bdatafileview.cpp @@ -330,7 +330,7 @@ void K3bDataFileView::setupActions() m_actionRename = new KAction( i18n("Rename"), "edit", renameShortCut, TQT_TQOBJECT(this), TQT_SLOT(slotRenameItem()), actionCollection(), "rename" ); m_actionParentDir = new KAction( i18n("Parent Directory"), "up", 0, TQT_TQOBJECT(this), TQT_SLOT(slotParentDir()), - actionCollection(), "tqparent_dir" ); + actionCollection(), "parent_dir" ); m_actionOpen = new KAction( i18n("Open"), "fileopen", 0, TQT_TQOBJECT(this), TQT_SLOT(slotOpen()), actionCollection(), "open" ); |