summaryrefslogtreecommitdiffstats
path: root/amarok/src/playlistbrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/playlistbrowser.cpp')
-rw-r--r--amarok/src/playlistbrowser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/playlistbrowser.cpp b/amarok/src/playlistbrowser.cpp
index 87c64403..404d09d8 100644
--- a/amarok/src/playlistbrowser.cpp
+++ b/amarok/src/playlistbrowser.cpp
@@ -191,7 +191,7 @@ PlaylistBrowser::PlaylistBrowser( const char *name )
removeButton->setEnabled( false );
//</Toolbar>
- m_splitter = new TQSplitter( Qt::Vertical, browserBox );
+ m_splitter = new TQSplitter( TQt::Vertical, browserBox );
m_splitter->setChildrenCollapsible( false ); // hiding the InfoPane entirely can only be confusing
m_listview = new PlaylistBrowserView( m_splitter );
@@ -2768,7 +2768,7 @@ void PlaylistBrowserView::mousePressed( int button, TQListViewItem *item, const
// this function expande/collapse the playlist if the +/- symbol has been pressed
// and show the save menu if the save icon has been pressed
- if( !item || button != Qt::LeftButton ) return;
+ if( !item || button != TQt::LeftButton ) return;
if( isPlaylist( item ) )
{