KDECore
kapplication_win.cpp File Reference
#include <kapplication.h>
#include <kstandarddirs.h>
#include <klocale.h>
#include <kurl.h>
#include "kcheckaccelerators.h"
#include "kappdcopiface.h"
#include <qassistantclient.h>
#include <qdir.h>
#include "windows.h"
#include "shellapi.h"
Include dependency graph for kapplication_win.cpp:
Go to the source code of this file.
Typedefs | |
typedef void * | IceIOErrorHandler |
Functions | |
void | KApplication_init_windows (bool) |
Typedef Documentation
typedef void* IceIOErrorHandler |
Definition at line 55 of file kapplication_win.cpp.
Function Documentation
void KApplication_init_windows | ( | bool | ) |
MS Windows-related actions for KApplication startup.
- Use Qt translation which will be usable for QFileDialog and other Qt-only GUIs. The "qt_<language>.qm" file should be stored in the same place as .po files for a given language.
For internal use only.
Definition at line 43 of file kapplication_win.cpp.