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/ghostview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeparts/tests/ghostview.cpp') diff --git a/tdeparts/tests/ghostview.cpp b/tdeparts/tests/ghostview.cpp index d83ec8f41..c324708ff 100644 --- a/tdeparts/tests/ghostview.cpp +++ b/tdeparts/tests/ghostview.cpp @@ -23,7 +23,7 @@ Shell::Shell() TDEAction * paOpen = new TDEAction( "&Open file" , "fileopen", 0, this, TQT_SLOT( slotFileOpen() ), actionCollection(), "file_open" ); - TDEAction * paQuit = new TDEAction( "&Quit" , "exit", 0, this, TQT_SLOT( close() ), actionCollection(), "file_quit" ); + TDEAction * paQuit = new TDEAction( "&Quit" , "system-log-out", 0, this, TQT_SLOT( close() ), actionCollection(), "file_quit" ); // Try to find a postscript component first TDETrader::OfferList offers = TDETrader::self()->query("application/postscript", "('KParts/ReadOnlyPart' in ServiceTypes) or ('Browser/View' in ServiceTypes)"); -- cgit v1.2.3