diff options
author | Michele Calgaro <[email protected]> | 2024-12-16 11:45:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-16 11:48:43 +0900 |
commit | 6d90c01c48d887053051fca3e1c9ca298a8fd1b3 (patch) | |
tree | 08c987954e7daf74a55a36481dac5a811b7bf323 /tdmlib/kgreet_winbind.h | |
parent | 83e4d7076e1e5dfac804c0f89a1fcdf31795671a (diff) | |
download | tdebase-6d90c01c48d887053051fca3e1c9ca298a8fd1b3.tar.gz tdebase-6d90c01c48d887053051fca3e1c9ca298a8fd1b3.zip |
Use TDEProcIO class
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdmlib/kgreet_winbind.h')
-rw-r--r-- | tdmlib/kgreet_winbind.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdmlib/kgreet_winbind.h b/tdmlib/kgreet_winbind.h index 7bd8e59e6..9d26f4719 100644 --- a/tdmlib/kgreet_winbind.h +++ b/tdmlib/kgreet_winbind.h @@ -38,7 +38,7 @@ class KSimpleConfig; class TQGridLayout; class TQLabel; class KdmThemer; -class KProcIO; +class TDEProcIO; class KWinbindGreeter : public TQObject, public KGreeterPlugin { TQ_OBJECT @@ -92,7 +92,7 @@ class KWinbindGreeter : public TQObject, public KGreeterPlugin { KSimpleConfig *stsFile; TQString fixedDomain, fixedUser, curUser; TQStringList allUsers, mDomainListing; - KProcIO* m_domainLister; + TDEProcIO* m_domainLister; TQTimer mDomainListTimer; Function func; |