diff options
author | Alexander Golubev <[email protected]> | 2016-12-21 01:09:27 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-01-29 02:27:15 +0100 |
commit | ed74769bfaae171809c0bc1a10a8ba0f6ff8895f (patch) | |
tree | 2be1a9e1f24c538b0f682e733794336f6fe54193 /tdeio/tdefile/tests/kicondialogtest.cpp | |
parent | d556a8752c0862aa2d84a105dc8ac41b61ba7824 (diff) | |
download | tdelibs-ed74769bfaae171809c0bc1a10a8ba0f6ff8895f.tar.gz tdelibs-ed74769bfaae171809c0bc1a10a8ba0f6ff8895f.zip |
tdeio: add tests
Signed-off-by: Alexander Golubev <[email protected]>
Diffstat (limited to 'tdeio/tdefile/tests/kicondialogtest.cpp')
-rw-r--r-- | tdeio/tdefile/tests/kicondialogtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/tests/kicondialogtest.cpp b/tdeio/tdefile/tests/kicondialogtest.cpp index 3000e89a0..b516ee07d 100644 --- a/tdeio/tdefile/tests/kicondialogtest.cpp +++ b/tdeio/tdefile/tests/kicondialogtest.cpp @@ -3,7 +3,7 @@ int main( int argc, char **argv ) { - TDEApplication app( argc, argv, "kicondialogtest" ); + TDEApplication app( argc, argv, "kicondialogtest", true ); // TDEIconDialog::getIcon(); |