diff options
Diffstat (limited to 'tdeparts/tests/normalktm.cpp')
-rw-r--r-- | tdeparts/tests/normalktm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeparts/tests/normalktm.cpp b/tdeparts/tests/normalktm.cpp index 92e46254e..3fe7f1a7a 100644 --- a/tdeparts/tests/normalktm.cpp +++ b/tdeparts/tests/normalktm.cpp @@ -44,7 +44,7 @@ Shell::Shell() m_paCloseEditor->plug( pFile ); TDEAction * paQuit = new TDEAction( "&Quit", 0, this, TQT_SLOT( close() ), coll, "shell_quit" ); - paQuit->setIconSet(TQIconSet(BarIcon("exit"))); + paQuit->setIconSet(TQIconSet(BarIcon("system-log-out"))); paQuit->plug( pFile ); setCentralWidget( m_splitter ); |