ossp-pkg/as/as-gui/as_assist.cpp 1.48 -> 1.49
--- as_assist.cpp 2002/12/04 17:34:02 1.48
+++ as_assist.cpp 2002/12/05 10:33:25 1.49
@@ -78,7 +78,7 @@
QString Username;
// Start the show by getting the username
-#if defined(Q_WS_WIN)
+#if defined(Q_OS_WIN32)
{
DWORD dwWinusernamesize = sizeof(dwWinusernamesize);
#if defined(UNICODE)
@@ -99,7 +99,7 @@
// Username = QString::fromLocal8Bit(szUser);
Username = QString::fromLocal8Bit(getlogin());
}
-#endif // #if defined(Q_WS_WIN)
+#endif // #if defined(Q_OS_WIN32)
m_pPrefs = new Preferences(TITRAQ_PREFNAME, TITRAQ_APPTITLE, TITRAQ_PREFVER);
if (!m_pPrefs->fileState()) { // No file was found, so assume a null state
|
|