From d2ac3c618323d97084b0c1399ca28e6b41184de4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:51:34 -0500 Subject: Bring stop, lock, exit, and run icons into XDG compliance --- tdeparts/tests/normalktm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeparts/tests/normalktm.cpp') 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 ); -- cgit v1.2.1