diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:58 -0600 |
commit | 9e5c87c89567a98c3344c90e392a27715437334c (patch) | |
tree | 6c1dd96ae0ba38b7e8f0a492d591881f44f474da /ark/arkwidget.h | |
parent | 53904b41cf005abbae3d468532db9adc2b04a9b4 (diff) | |
download | tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.tar.gz tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'ark/arkwidget.h')
-rw-r--r-- | ark/arkwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ark/arkwidget.h b/ark/arkwidget.h index a0f2ab5..6d7bd5e 100644 --- a/ark/arkwidget.h +++ b/ark/arkwidget.h @@ -44,13 +44,13 @@ class TQListViewItem; class TQDragMoveEvent; class TQDropEvent; -class KPopupMenu; +class TDEPopupMenu; class TDEProcess; class KURL; class KRun; class KTempFile; class KTempDir; -class KToolBar; +class TDEToolBar; class FileListView; class SearchBar; @@ -292,7 +292,7 @@ private: // data bool m_modified; - KToolBar * m_searchToolBar; + TDEToolBar * m_searchToolBar; SearchBar * m_searchBar; Arch * arch; |