Warning, file /frameworks/kdelibs4support/autotests/ktemporaryfiletest.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* 0002 This file is part of the KDE libraries 0003 This file has been placed in the Public Domain. 0004 */ 0005 0006 #ifndef ktemporaryfiletest_h 0007 #define ktemporaryfiletest_h 0008 0009 #include <QObject> 0010 #include <QString> 0011 0012 class KTemporaryFileTest : public QObject 0013 { 0014 Q_OBJECT 0015 private Q_SLOTS: 0016 void initTestCase(); 0017 void cleanupTestCase(); 0018 void testKTemporaryFile(); 0019 0020 private: 0021 QString kdeTempDir; 0022 QString componentName; 0023 }; 0024 0025 #endif