Krazy2 fix:

Should not use leading or trailing underscores on include guard in header
wilder-portage
Jekyll Wu 14 years ago
parent 560c92635f
commit 2eef861c69
  1. 6
      src/Application.h

@ -17,8 +17,8 @@
02110-1301 USA.
*/
#ifndef SRC_APPLICATION_H_
#define SRC_APPLICATION_H_
#ifndef SRC_APPLICATION_H
#define SRC_APPLICATION_H
// KDE
#include <KUniqueApplication>
@ -94,4 +94,4 @@ private:
MainWindow* _backgroundInstance;
};
}
#endif // SRC_APPLICATION_H_
#endif // SRC_APPLICATION_H

Loading…
Cancel
Save