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 --- tdeui/tests/twindowtest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeui/tests/twindowtest.cpp') diff --git a/tdeui/tests/twindowtest.cpp b/tdeui/tests/twindowtest.cpp index 77e01d289..2d60692dd 100644 --- a/tdeui/tests/twindowtest.cpp +++ b/tdeui/tests/twindowtest.cpp @@ -147,7 +147,7 @@ setAutoSaveSettings(); tb->setItemAutoSized (5); // Now add another button and align it right - pix = BarIcon("exit"); + pix = BarIcon("system-log-out"); tb->insertButton(pix, 6, TQT_SIGNAL(clicked()), TDEApplication::kApplication(), TQT_SLOT( quit() ), true, "Exit"); tb->alignItemRight (6); @@ -407,7 +407,7 @@ void testWindow::slotExit () else { TQPixmap pix; - pix = BarIcon("exit"); + pix = BarIcon("system-log-out"); tb->insertButton(pix, 6, TQT_SIGNAL(clicked()), TDEApplication::kApplication(), TQT_SLOT( quit() ), true, "Exit"); tb->alignItemRight (6); -- cgit v1.2.1